.container-lm {
	background: url(bg2.jpg);
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}
.container-lm .lm-font3{
	margin-bottom: 50px;
}
.lm-div {
	margin-bottom: 60px;
}
.lm-movie {
	width: 85%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.lm-movie-img {
	width: 100%;
	transition: transform 0.8s;
}
.lm-hover{
	transform: scale(1.08);
}
.lm-movie-img:hover {
	transform: scale(1.08);
}
.lm-movie-btn {
	position: absolute;
	zoom: 1;
	transition: transform 0.6s;
}
.lm-movie-btn:hover {
	transform: rotate(360deg);
}
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 996px) {}

@media screen and (max-width: 768px) {
	.lm-movie{
		width: 100%;
	}
}

@media screen and (max-width: 425px) {}