.VCR-wrap{
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.VCR-box{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.swiper-container {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
}
.swiper-slide video{
    width: 100%;
    height: 100%;
}
.gallery-top {
    /* height: 675px; */
    width: 100%;
}
.gallery-thumbs {
    width: 100%;
    height: 155px;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}