*{
	margin:0;
	padding:0;
	border:0;
}
#container{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#002f38;
	overflow:hidden;
}
#bkgd-video-container{
	position:absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
#video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-width: 50%;
	min-height: 100%;
	z-index: 1;
	margin: auto;
}
#logo {	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width:80%;
	max-width:1200px;
	height:78%;
	margin:8% auto 0;
	background:url(logo_tDBS_2.png) center center no-repeat;
	background-size: contain;
	z-index:2;
}