
#cdfa-movie {
	position: relative;
	margin-bottom: 0px;
	height: 250px;
	color: #fff;
	background-color: #153828;
	background-image: url('/v7/images/home/movie/loading.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1540px 250px;
	z-index: 0;
}
#cdfa-movie .container {
	position: relative;
	height: 100%;
	z-index: 1;
}
#cm-shade {
	position: absolute;
	background-image: url('/v7/images/home/movie/shade.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 103px;
	bottom: 0;
	opacity: 0;
}
#cm-title {
	position: absolute;
	display: block;
	bottom: 5px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 368px;
	height: 116px;
	text-indent: -2000px;
	background-image: url('/v6/images/movie/cdfa_protects.png');
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0;
}
#cm-caption {
	position: absolute;
	display: block;
	bottom: 14px;
	left: 212px;
	margin: 0;
	padding: 0;
	font-size: 0.8125rem;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4px;
	text-shadow: 0 1px 0px #000;
	opacity: 0;
}
#cm-cover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 250px;
	z-index: 12;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1540px 250px;
	opacity: 0;
}
.bg1 {
	background-image:url('/v7/images/home/movie/bg1.jpg') !important;
}
.bg2 {
	background-image:url('/v7/images/home/movie/bg2.jpg') !important;
}
.bg3 {
	background-image:url('/v7/images/home/movie/bg3.jpg') !important;
}
.bg4 {
	background-image:url('/v7/images/home/movie/bg4.jpg') !important;
}
.bg5 {
	background-image:url('/v7/images/home/movie/bg5.jpg') !important;
}
/* xs */
@media (max-width: 767px) {
	#cdfa-movie, #cm-cover {
		height: 160px;
		background-size: 986px 160px;
		background-position: 75% 0;
	}
	#cm-loading {
		padding-top: 68px;
	}
	#cm-shade {
		height: 80px;
		background-position: -100px 0;
		background-size: 1100px 80px;
	}
	#cm-title {
		width: 288px;
		height: 92px;
	}
	#cm-caption {
		font-size: 0.625rem;
		line-height: 12px;
		letter-spacing: 1px;
		left: 160px;
		bottom: 18px;
	}
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	#cdfa-movie, #cm-cover {
		height: 160px;
		background-size: 986px 160px;
	}
	#cm-loading {
		padding-top: 68px;
	}
	#cm-shade {
		background-position: 20% 0;
	}
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	#cdfa-movie, #cm-cover {
		height: 210px;
		background-size: 1294px 210px;
	}
	#cm-loading {
		padding-top: 93px;
	}
	#cm-shade {
		background-position: 30% 0;
	}
}