  /* CSS Document */

.mov_area{
	width: 100%;
	height: auto;
	aspect-ratio:16/9;
	overflow: hidden;
}
.mov_area iframe{
	width: 100%;
	height: 100%;
}
.mov_area video{
	width: 100%;
}
