@media (max-width: 767.98px) {
    .Product-Detail-card .mobile-product-gallery {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1;
    }

    .Product-Detail-card .mobile-product-gallery .swiper-wrapper,
    .Product-Detail-card .mobile-product-gallery .swiper-slide {
        height: 100% !important;
        min-height: 0 !important;
    }

    .Product-Detail-card .mobile-product-gallery .swiper-wrapper.height500px {
        height: 100% !important;
    }

    .Product-Detail-card .mobile-product-gallery .swiper-slide {
        align-items: center;
        background: transparent;
    }

    .Product-Detail-card .mobile-product-gallery .swiper-slide img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center !important;
    }

    .Product-Detail-card .mobile-product-gallery .swiper-slide iframe,
    .Product-Detail-card .mobile-product-gallery .swiper-slide video {
        width: 100% !important;
        height: auto !important;
    }
}
