/* TVS MOBILE SLIDER FIX 2026-06-20
   Purpose: preserve the 770x530 homepage slider image ratio on mobile.
   Safe scope: homepage Maza slider only. */

@media (max-width: 767.98px) {
    main#common-home #entry_216609,
    main#common-home #mz-slider-96216609 {
        width: 100% !important;
        aspect-ratio: 770 / 530 !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: hidden !important;
    }

    main#common-home #mz-slider-96216609 .swiper-wrapper,
    main#common-home #mz-slider-96216609 .swiper-slide,
    main#common-home #mz-slider-96216609 .swiper-slide > a {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
    }

    main#common-home #mz-slider-96216609 img.slide-image {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        object-fit: contain !important;
    }
}
