/* Custom Fix for Property Images - All Sections - FORCE OVERRIDE */
.vfx-property-img img,
.vfx-latest-property-wrap .vfx-property-img img,
.vfx-leased-property-wrap .vfx-property-img img,
.vfx-sold-property-wrap .vfx-property-img img,
.vfx-single-property-box-area .vfx-property-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    aspect-ratio: 16 / 9 !important;
    max-height: 200px !important;
}

/* Force override any existing styles with higher specificity */
.vfx-property-img img[src*="upload"],
.vfx-latest-property-wrap .vfx-property-img img[src*="upload"],
.vfx-leased-property-wrap .vfx-property-img img[src*="upload"],
.vfx-sold-property-wrap .vfx-property-img img[src*="upload"] {
    aspect-ratio: 16 / 9 !important;
    max-height: 200px !important;
}

/* Additional specificity for each section */
.vfx-latest-property-wrap .swiper-slide .vfx-property-img img,
.vfx-leased-property-wrap .swiper-slide .vfx-property-img img,
.vfx-sold-property-wrap .swiper-slide .vfx-property-img img {
    aspect-ratio: 16 / 9 !important;
    max-height: 200px !important;
}

/* Force override with maximum specificity */
body .vfx-property-img img,
body .vfx-latest-property-wrap .vfx-property-img img,
body .vfx-leased-property-wrap .vfx-property-img img,
body .vfx-sold-property-wrap .vfx-property-img img {
    aspect-ratio: 16 / 9 !important;
    max-height: 200px !important;
}

