
.header_video {
    height: 100%;
    border-right:none;
    border-left: none;
    position: relative;
}

.divider_video{
    height: 70%;
    border-right:none;
    border-left: none;
    position: relative;
}

#video_container {
    position: relative;
}

#video_container {
    height:100%;
    width:100%;
    overflow: hidden;
    position: absolute;

}

video {
    position:absolute;
    z-index:-100;
}

video.shift{
    top: -10%;
}

video.fillWidth {
    width: 100%;
}

#demo_video video{
    position:static;
    z-index:-999;
}

/*------------------------------------------------------------------
Responsive
-------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {

    video.fillWidth {
        width: 200%;
    }
}

