#div_video {
    opacity: 1;
    position: fixed;
    top:0px; 
    /* right: 0; bottom: 0; */
    height: 100vh;
    width: 100%;
    
    background: #000 url(assets/imgs/poster_video.jpg) top center;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media screen and (max-width: 900px) {
    #div_video {
        background-size: 130% auto;
    }
}

video#bgvid {
    position: fixed; top:0px; right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -9000;
    background: url(assets/imgs/poster_video.jpg) no-repeat;
    background-size: cover;
}
video { display: block; }
__video#bgvid { transition: 1s opacity; }
.stopfade { opacity: .5; }
#vidpause:hover {
	cursor: pointer; 
}
