.carousel-wrapper {
    max-width: 447px
}
.carousel-wrapper .swiper-slide img {
    width: 100%;
    border-radius: 6px;
}
.carousel-wrapper .swiper-slide .main-photo-wrapp {
    max-height: 300px;
    
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px;
}
.carousel-wrapper .swiper-slide .main-photo-wrapp-video{
    max-height: 440px;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
}
.carousel-wrapper .swiper-slide .main-photo-wrapp-video video {
    position: absolute;
    /*
    top: 50%;
    transform: translateY(-50%);
    */
    border-radius: 12px;
}
.thumbSwiper .swiper-slide img {
    cursor: pointer;
    opacity: .5;
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}
.video-item {
    position: relative;
    text-align:center;
    cursor: pointer;
}
.video-item::after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(videoPreview.svg);
    background-repeat: no-repeat;
    background-position: center center;

}






@media screen and (max-width: 800px) {

.carousel-wrapper {
    max-width: 360px
}
.carousel-wrapper .swiper-slide img {

}
.carousel-wrapper .swiper-slide .main-photo-wrapp {
    max-height: 260px;

}
.carousel-wrapper .swiper-slide .main-photo-wrapp-video{
    max-height: 260px;
    height: 260px;

}


}