/*動画配置用*/
#bgOverlayContainer {
	position: fixed;
	left: 0; top: 0;
	z-index: -50;
	width: 100vw;
	height: 100%;
}

/*パターン配置用*/
.overlayPattern {
  background-image: url(../img/overlay02.png);
	background-color:rgba(0,0,0,0.0)
}

@media screen and (max-width:770px){
#videoContainer{ display:block}
}