#cdfa-movie {
	position: relative;
	margin-bottom: 0px;
	height: 250px;
	color: #fff;
	background-color: #0b2e4e;
	background-image: url('/v6/images/movie/loading.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1540px 250px;
	z-index: 0;
	/*border-bottom: 1px solid #000;*/
}
#cdfa-movie .container {
	position: relative;
	height: 100%;
	z-index: 1100;
}
#cm-shade {
	position: absolute;
	background-image: url('/v6/images/movie/shade.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 103px;
	bottom: 0;
	opacity: 0;
}

#cm-title {
	position: absolute;
	display: block;
	/*top: 130px;*/
	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: 1200;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1540px 250px;
	opacity: 0;
}
#cm-loading {
	position: relative;
	z-index: 1150;
	padding-top: 112px;
}
#cm-loading-inner {
	font-size: .75rem;
	line-height: 12px;
	color: #fff;
	background: #08243e;
	text-align: center;
	padding: 8px 12px;
	height: 100%;
	width: 100px;
	margin: 0 auto;
	border-radius: 4px; 
}

.bg1 {
	background-image:url('/v6/images/movie/bg1b.jpg') !important;
}
.bg2 {
	background-image:url('/v6/images/movie/bg2b.jpg') !important;
}
.bg3 {
	background-image:url('/v6/images/movie/bg3b.jpg') !important;
}
.bg4 {
	background-image:url('/v6/images/movie/bg4b.jpg') !important;
}
.bg5 {
	background-image:url('/v6/images/movie/bg5b.jpg') !important;
}
.bg6 {
	background-image:url('/v6/images/movie/bg6b.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;
	}
}
