.catalog-detail-image {
    max-height: 90vh;
}

.swiper-thumb .swiper-slide {
    height: 115px !important;
}

img, video {
    max-width: 100%;
}

@media (max-width: 768px) {
    .swiper-thumb {
        display: none;
    }

    .catalog-detail-main-image {
        max-height: 387px;
        width: 100%;
    }
}
