@charset "utf-8";

@media screen and (min-width: 769px) {
	.movieWrap>li {
		width: calc(50% - -40px) !important;
	}
}