html, body {
        height: 100%;
        margin: 0px;
		padding:0px;
    }
	
.header-bg {
	margin: 0px;
	padding:0px;
	position:absolute;
	left:0;
	right:0;
}

.video-content {
	overflow:hidden;
	margin:0px;
	width:100%;
	height:100%;
	position:relative;	 
}

	.language-box{
		position:absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width:300px;
	}	

	.video-wrapper {
	   position: relative;
	   top: 0;
	   left: 0;
	   width: 100%;
	   height: 100%;
	   z-index: -1;
	   pointer-events: none;
	   overflow: hidden;
	   background: url(../video/cover_video.jpg) no-repeat center center;	
		/*background-size: cover;*/
	}
	.video {
	   width: 100vw;
	   height: 70vw; 
	   min-height: 100vh;
	   min-width: 177.77vh;
	   position: absolute;
	   top: 50%;
	   left: 50%;
	   transform: translate(-50%, -50%);
	   z-index: -1;
	}
	
	.bgwhite {
		background: url(../video/opacity_60.png) repeat center center;		
		padding:5px;
		font-size:18px;
		
	}
	
	.bgwhite:hover { 
	background-color:#fff;
	}
	
	.video-content a { color:#000; text-decoration:none; }
	
.footer-video {
	position:absolute;
	width:100%;
	bottom:0;
	z-index:10;
	text-align:center;
	color:#fff;
	font-size:14px;
	padding:10px;	
}	