@charset "UTF-8";

.mainImg{
	background-image: url(../img/movie/main_l.jpg);
}
#movie .section {
	position: relative;
	height: 270px;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
    display: block;
}

#movie .section:hover .poster{
   	opacity: 0.5;
	-webkit-animation: flash 1s;
	animation: flash 1s;
    opacity:0.7\9;
}

@-webkit-keyframes flash {
	0% {
		opacity: .1;
	}
	100% {
		opacity: 0.5;
	}
}
@keyframes flash {
	0% {
		opacity: .1;
	}
	100% {
		opacity: 0.5;
	}
}

.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	display: none;
}
.closeBtn {
	position: absolute;
	right: 1%;
	top: 0;
	z-index: 6;
	color: #fff;
	font-size: 4rem;
	display: none;
}
.movie iframe {
	position: absolute;
	/* top: -31.25%; */
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 2;
}
.poster {
	position: absolute;
	z-index: 3;
    background-image: url(../img/movie/poster01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.poster.m2{
     background-image: url(../img/movie/poster02.jpg);
}

.poster.m3{
     background-image: url(../img/movie/poster03.jpg);
}

.poster.m4{
     background-image: url(../img/movie/poster05.jpg);
}

.poster.m5{
     background-image: url(../img/movie/poster04.jpg);
}

.poster.m6{
     background-image: url(../img/movie/poster06.jpg);
}

.poster.m7{
     background-image: url(../img/movie/poster07.jpg);
}

.poster.m8{
     background-image: url(../img/movie/poster08.jpg);
}

.poster.m9{
     background-image: url(../img/movie/poster09.jpg);
}

.poster.m10{
     background-image: url(../img/movie/poster10.jpg);
}

.poster.m11{
     background-image: url(../img/movie/poster11.jpg);
}

.caption {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-left: 11.718%;
	padding-top: 22px;
	z-index: 4;
}
.title {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 3.0rem;
	font-style: italic;
	font-weight: 900;
}
.title span {
	font-size: 2.0rem;
	font-style: normal;
	font-weight: normal;
}
.description {
	width: 60%;
	margin-top: 1em;
	font-size: 1.4rem;
    line-height: 2rem;
}

#movie .section.nextPage{
    height: auto;
    max-width:100%;
}

#movie .fa-spinner{
    position: absolute;
    top: 48%;
    left: 48%;
    font-size:3rem;
    text-align: center;
    z-index: 0;
    color: #ccc;
}


@media only screen and (max-width:599px) {
	#movie .section {
		height: none;
        padding: 0px 0;
	}

    .caption{
        padding: 10px;
    }

	.poster {
		position: static;
	}
    .description {
	width: 100%;
    }
}
@media only screen and (max-width:399px) {
    .mainImg{
        height: 50%;
    }
	.caption {
		position: absolute;
        padding: 10px;
	}
	.title {
		font-size: 2.5rem;
	}
	.title span {
		font-size: 1.8rem;
	}
	.description {
		width: 300px;
	}
}
@media only screen and (max-width:767px) and (orientation: landscape) {
	#movie .section {
		height: none;
        padding: 0px 0;
	}
	.poster {
		position: static;
	}
}
