@charset "utf-8";
/* CSS Document */

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}

.start video {
	position: fixed;
    width: 100%;
    height: 100vh;
    object-fit: cover;    
}


.full_video {
	display: block;
    width: 100%;
	margin: 0 auto;
}

.full_video iframe {
    width: 100%;
}

