/* movie */
.page #movie .play-btn {
	width: 75%;
	margin: 1.929em auto 0;
}
.page .secondary h2 {
	font-size: 0.857em !important;
	font-weight: bold;
	margin-bottom: 1.429em !important;
}
.page .secondary h2:after {
	display: none;
}
.page #movie .movie_list {
	border-bottom: 1px solid #707070;
	padding: 1.929em 0;
}
.page #movie .movie_list:first-child {
	padding-top: 0;
}
.page #movie .movie_list:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/* en */


@media screen and (min-width: 960px) {
	.page #movie .secondary {
		padding: 5em 8em !important;
	}
	.page .secondary h2 {
		font-size: 1.786em !important;
	}
	.page #movie .play-btn {
		width: 48%;
		margin: 2.643em auto 0;
	}
	.page #movie .movie_list {
		padding: 5.571em 0;
	}

}