body, html{height: 100%;margin:0; padding:0;}

body {color: #666;font: 16px/28px;font-family: 'Source Sans Pro', sans-serif;background: #e2e2e0;}

#logo{
	position: absolute; 
	z-index: 100;
	left:0%; 
	top:0%;  
	color: #fff; 
	text-align: left; 
	margin:20px 0 0 20px
}

	

video#bgvid { 

	position: fixed; right: 0; bottom: 0;
	
	min-width: 100%; min-height: 100%;
	
	width: auto; height: auto; z-index: -100; 
	
	background: url(loop-hd.jpg) no-repeat;
	
	background-size: cover; 
	
	z-index: 0;

}

video { display: block; } 


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

		video#bgvid {display:none;}	
		
		body {background: url(loop-hd.jpg) no-repeat center top;background-size: cover; color: black;}
	
	#logo{
		color: black;
	}
	
		
}

	
	
	