@charset "utf-8";



html, body, div, h3, p, ul, li, img {
			width: 100%;
			height: 100%;
			margin: 0px;
			border: 0;
			overflow: hidden; /*  Disable scrollbars */
		display: block;  /* No floating content on sides */
		
		}


article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; } 

#darea {
  position: absolute;
  left:     50%;
  top:      50%;
}

#dcanvas:-webkit-full-screen {
  width: 100%;
 
}

body{
	background: #000;
	
	
}


#overlayBox-fix
{
    position:fixed;
	width: 60px;
	height: 122px;
	right:0px;
	top: 50%;
	margin-top: -100px;
	z-index:1;
}







video{

    width: 100%;
  height: auto;
    max-height: 100%; 
}       

