.fullscreen-bg { 
     position: fixed; 
     top: 0; 
     right: 0; 
     bottom: 0; 
     left: 0; 
     overflow: hidden; 
     z-index: -100; 
} 
 
 
.fullscreen-bg__video { 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    width: auto; 
    height: auto; 
    min-width: 100%; 
    min-height: 100%; 
    -webkit-transform: translate(-50%, -50%); 
    -moz-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%); 
} 
div#globalbanner{ 
	position: absolute; 
/*	border-width: thin; 
	border-color: orange; border-style: outset;  */
	left: 5%; top: 0%; 
	width: 90%; 
	}

div#edittable{
	position: absolute; 
/*	border-width: thin; border-style: outset; */
	left: 5%; top: 20%; width: 90% }		
		
