.vwlslider {
    width: 100vw;
    height: 100vh; /* Fallback */
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    overflow: hidden;
    background-color: black;
}

.slide_video_wrap {
    min-height: 56.4vw;
    object-fit: cover;
    height: 100%;
    object-position: center
}

.slide_poster_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none
}

/* .vwlslide_0 .slide_poster_wrap {
    display: block;
} */

.slide_poster_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slide_text_wrap {
    position: relative;
    z-index: 1;
    padding: 4rem;
    color: #fff;
    font-size: 31px;
    line-height: 1.35;
    font-weight: 100
}

.vwlslide {
    display: flex!important;
    overflow: hidden
}

.vwlslide.v_align_bottom.h_align_left {
    align-items: flex-end;
    justify-content: flex-start
}

.vwlslide.v_align_bottom.h_align_right {
    align-items: flex-end;
    justify-content: flex-end
}

.vwlslide.v_align_bottom.h_align_center {
    align-items: flex-end;
    justify-content: center
}

.vwlslide.v_align_top.h_align_left {
    align-items: flex-start;
    justify-content: flex-start
}

.vwlslide.v_align_top.h_align_right {
    align-items: flex-start;
    justify-content: flex-end
}

.vwlslide.v_align_top.h_align_center {
    align-items: flex-start;
    justify-content: center
}

.vwlslide.v_align_center.h_align_left {
    align-items: center;
    justify-content: flex-start
}

.vwlslide.v_align_center.h_align_right {
    align-items: center;
    justify-content: flex-end
}

.vwlslide.v_align_center.h_align_center {
    align-items: center;
    justify-content: center
}

.slide_video_wrap {
    position: absolute;
    z-index: 1;
    max-width: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    aspect-ratio: 16/9
}

.swiper-pagination-bullet {
    transition: .4s ease!important;
    transform: none!important;
    margin: 0 10px!important;
    opacity: 1!important;
    overflow: hidden;
    width: 16px!important;
    height: 16px!important;
    background-color: transparent!important;
    box-shadow: inset 0 0 0 2px #fff!important
}

.swiper-pagination-bullet-active {
    background: #fff!important
}

.swiper-pagination {
    pointer-events: all!important;
    display: flex;
    justify-content: center;
    bottom: 20px!important;
    width: 100%;
}

.slide_video_wrap iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 1
}

.slide_text_wrap strong {
    font-weight: 300;
    font-size: 54px
}
.slide_text_wrap a {
    text-decoration: none !important;
    color: #fff !important;
}

.slide_text_wrap p {
    margin: 0
}

.v_align_center.h_align_center .slide_text_wrap {
    font-size: 54px;
    margin-top: 350px
}

@media screen and (max-width: 767px) {
    .v_align_center.h_align_center .slide_text_wrap {
        font-size:33px;
        margin: 0
    }

    .slide_text_wrap {
        font-size: 18px;
        text-align: center
    }

    .slide_text_wrap strong {
        font-size: 31px
    }

    .vwlslide {
        justify-content: center!important;
        align-items: flex-end!important
    }

    .vwlslide.v_align_center.h_align_center {
        align-items: center!important
    }
}