.elementor-widget-home-featured-image .home-featured-image {
    display: flex;
    height: 624px;
    width: 100%;
}

.elementor-widget-home-featured-image .home-featured-image.home-featured-image-fallback {
    justify-content: flex-end;
    align-items: center;
    height: 524px;
}

.elementor-widget-home-featured-image .home-featured-image img {
    object-position: center center;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.elementor-widget-home-featured-image .home-featured-image.home-featured-image-fallback img {
    object-position: right 20%;
    object-fit: contain;
    height: 80%;
    width: 80%;
}

@media (max-width: 1024px) {
    .elementor-widget-home-featured-image .home-featured-image,
    .elementor-widget-home-featured-image .home-featured-image.home-featured-image-fallback {
        height: 300px;
    }

    .elementor-widget-home-featured-image .home-featured-image.home-featured-image-fallback {
        justify-content: center;
    }

    .elementor-widget-home-featured-image .home-featured-image.home-featured-image-fallback img {
        object-position: bottom center;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .elementor-widget-home-featured-image .home-featured-image,
    .elementor-widget-home-featured-image .home-featured-image.home-featured-image-fallback {
        height: 200px;
    }
}