.video-slide {
    height: 80vh!important;
    width: 80vw!important;
}

.video_swiper.swiper {
    height: 80vh;
}

.swiper-slide.video-slide {
    background-size: 110% auto;
    overflow: hidden;
    background-position: center;
    display: flex;
    padding: 32px;
    align-items: center;
    justify-content: center;
    opacity: .5;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
}

.swiper-slide.video-slide.swiper-slide-active {
    opacity: 1;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
}

.video-slide-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.video-slide-content-left {
    color: #FFFBF3;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.72px;
    text-align: left;
}


.video-slide-content-right {
    color: #FFFBF3;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.72px;
    text-align: right;
}

.video-slide-content-right, .video-slide-content-left {
    width: 40%;
}

.video_swiper .swiper-wrapper, .video_swiper .swiper-slide {
    cursor: inherit !important;
}

svg.play_button {
    cursor: pointer;
}