
/*** Pop-up Video ***/

div.video {
    display: none;
    position: fixed;
 
 
 }
 div.video-wrapper {
    z-index: 10000;
    background: rgba(0,0,0,.5);
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
 }