@charset "UTF-8";
.projectArticle .articleArea .box .has_movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.no-touchevents .projectArticle .articleArea .box .has_movie:hover,
.projectArticle .articleArea .box .has_movie.active {
	opacity: 1;
}
@media (max-width: 720px) {
	.projectArticle .articleArea .box .has_movie {
		padding-top: 60%;
	}
}

.movie_body video {
	width: 100%;
}
