@media only screen and (max-width: 640px) {
    #app.product-single .details-slider .s-slider-container .swiper-wrapper img {
        max-height: 100%;
        object-fit: contain;
    }
}