body {
    
    background: #000000 url(../img/1920x1080_mitText.jpg) no-repeat fixed center center;
	background-size: contain;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	overflow-y:auto;
    
}

#container {
    position: relative;
    
}

#videocover {
   
    position: absolute;
    z-index: 1;
    height: 100% - 25px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

video { display: block;
        width: 100%    !important;
        height: auto   !important;

}


video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
/*    background: url(../img/Thumbnail.jpg) no-repeat;*/
    background-size: cover; 
}

