#home {
	background-color: #000;
}

#home-watch-the-trailer {
	display: block;
	width: 218px;
	height: 45px;
	top: 0;
	left: 50%;
	margin-left: -109px;
	position: absolute;
	filter: inherit;
}

#home-watch-the-trailer img {
	filter: inherit;
}

html.in-theaters #home-watch-the-trailer {
	display: none;
}

#home-scroll-down {
	position: absolute;
	top: 171px;
	left: 50%;
	margin-left: -49px;
	display: block;
	filter: inherit;
}

#home-get-tickets {
	top: 117px;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -92px;
	filter: inherit;
}

html.in-theaters #home-get-tickets {
	display: block
}

html.in-theaters #home-scroll-down {
	top: 171px;
}

#home-cta {
	position: absolute;
	top: 58%;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	height: 1px;
}

#home-promo {
	position: absolute;
	right: 3px;
	bottom: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
}

html.mobile #home-scroll-down {
	display: none !important;
}

#home-reviews {
	display: none;
}

html.in-theaters #home-reviews {
	display: block;
	position: absolute;
	height: 100px;
	top: 17px;
	width: 350px;
	left: -90px;
}

#home-reviews .promo-dots {
	display: none !important;
}