@charset "utf-8";
/* CSS Document */

.bg{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

video{
	min-height: 100vh; 
	width: 100vw;
	height: 56.25vh; 
	transform: scale(1,1);
	position: absolute;
	}

.bg1{
	min-height: 100vh;
	width: 100vw;
	height: 56.25%;
	position: fixed;	
	transform: scale(2.5,2.5);
}
 
.bg2{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}

.top{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	display: flex;
	flex-flow: row nowrap;
	font-size: 30px;
}


