video,source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute
}

audio,video,canvas {
    max-width: 100%
}

.hero-wrap_custom.hero-wrap_custom2 {
    padding: 100px 0 130px;
    pointer-events: none;
}

.hero-wrap_custom {
    height: auto;
}

.darkbg_2 {
    background: #222;
}

.media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.media-container .overlay {
    opacity:0.6;
}
.video-holder {
    position: absolute;
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}
.video-holder iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.background-youtube {
    position: absolute;
    top: -25% !important;
}
.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
    z-index: -1;
}
.video-container video {
    width: 100%;
}
.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mob-bg , .nav-button-wrap {
    display:none;
}


@media screen and (max-width: 567px) {
    .video-container {
        width: 850px !important;
        max-width: 850px !important;
        pointer-events: none;
    }

}

