@charset "UTF-8";

.modal {
	position: relative;
}
.movieBox {
	position: absolute;
	width: 75%;
	top: 32.272727272727%;
	left: 11.5625%;
}
.movieBox .movie {
	position: relative;
	overflow: hidden;
	background: #ccc;
}
.movieBox .movie:after {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.movieBox .movie video,
.movieBox .movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
.modal a {
	display: block;
	width: 32.8125%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26%;
	margin: 0 auto;
}
