/* Tablet: 768px – 1199px (iPad Pro 11 portrait = 834px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .slider-limit .my-swiper--tablet {
        overflow: hidden;
    }

    .slider-limit .my-swiper--tablet .swiper-slide {
        aspect-ratio: 1164 / 400;
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
        height: auto;
    }
}
