@charset"UTF-8";
video {
	display: block;
	margin:0;
	padding:0;
}
.video{width:100%;height:100%;float:left;position:relative;overflow:hidden}
.video iframe{position:absolute;z-index:0;width:120%;left:-10%;top:0}
/*
.video-overlay{width:100%;height:100%;position:absolute;background:#000C31;opacity:.95;left:0;top:0;z-index:20}.no-margin{margin:0!important}
*/
#fullscreen-bg {
	background:url('css/alpha.png')centercenter/coverno-repeat;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:hidden;
	z-index:-1000;
}
.fullscreen-bg_video {
	display:none;
}
@media screen and (min-width: 768px){
	#fullscreen-bg {
		background: #EEEEEE;
	}
	.fullscreen-bg_video {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display: block;
	}
}
@media screen and (min-width: 768px) and (min-aspect-ratio:16/9) {
	.fullscreen-bg_video {
		height:300%;
		top:-100%;
	}
}
@media screen and (min-width: 768px) and (max-aspect-ratio:16/9) {
	.fullscreen-bg_video {
		width:300%;
		left:-100%;
	}
}