@charset "utf-8";
/* CSS Document */
.container{
	display: flex;
	background-image: url("bg_LC.png");
	background-size: cover;
	background-position: center;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.video{
	width: 100%;
}

.c_video{
	width: 100%;
	max-width: 900px;
}