/* Evitar que WPResidence fuerce tamaño o recorte */
.single-estate_property .property_slider img,
.single-estate_property .property_media_section img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    object-fit: contain !important;
}