._hero_slider_home{
    overflow-x: hidden;
}
.heroSlider {
    width: 100vw;
    height: 700px;
    position: relative;
}

.heroSlider .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

/*.swiper-slide iframe {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 100vw;*/
/*    height: 56.25vw; */
/*    min-height: 100vh;*/
/*    min-width: 177.78vh; */
/*    transform: translate(-50%, -50%);*/
/*    pointer-events: none; */
/*}*/

.heroSlider .swiper-slide video {
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.cs_swiper_btn {
    width: 34px;
    height: 34px;
    background-color: rgba(195, 204, 237, .48);
    border-radius: 100%;
}

.cs_swiper_btn:after {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.cs_swiper_btn.swiper-button-next{
    right: 62px;
}
.cs_swiper_btn.swiper-button-prev{
    left: 44px;
}

@media screen and (min-width: 1300px) {
    .heroSlider .swiper-slide video {
        height: 100vh;
    }
}

@media screen and (max-width: 1300px) {
    .heroSlider {
        height: 500px;
        overflow: hidden;
    }
    .heroSlider .swiper-slide video {
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    
    .heroSlider {
        height: 440px;
    }
    .swiper-slide iframe {
        min-width: 100%;
    }
    .heroSlider .swiper-slide video {
        height: 440px;
    }
}

@media screen and (max-width: 575px) {
    .heroSlider {
        height: 320px;
    }
    .heroSlider .swiper-slide video {
        height: 320px;
    }
}