/*
 * Ajuste global para todos los sliders Swiper de ambientes (no solo Ermita)
 */

/* Ajuste para que las imágenes del slider de ambientes se vean más grandes y aprovechen mejor el espacio */
.s-about__ambient-slider {
    max-width: 98vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.s-about__ambient-slider .swiper-slide img.js-ambient-gallery-image {
    width: 100%;
    height: auto;
    object-fit: contain !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    max-width: 100vw;
}

.s-about__ambient-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    min-height: 60vh;
}
