/* Ensure all images inside a container/section span full dimensions and maintain aspect ratio dynamically */
.elementor-widget-image img,
.elementor-image img,
.wp-block-image img,
.image-fit-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
