.banner-display-background_video .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-display-background_video .content-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.banner-display-background_video::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
}

.banner-display-background_video .plyr--video {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
}

.banner-display-background_video .plyr {
    border-radius: 0;
}

.banner-display-background_video .html5-video-player .video-stream,
.html5-main-video {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
}


/* ------------------------------------------
                Responsive
--------------------------------------------*/
@media all and (min-width: 1300px) {
    .banner-display-background_video .plyr__video-embed iframe {
        min-height: 870px;
    }
}

@media all and (max-width: 1299px) {
    .banner-display-background_video .container {
        width: calc(100% - 48px);
    }
}