/* Ajustar tamaño máximo de las imágenes del slider */
.slider_item img.slider_img {
    max-height: 70vh !important;
    height: auto !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

.single-property .property-slider img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain !important;
}

