
.section-home .building{
	background-image: url("../img/home/background.jpg");
	width: 1603px;
	height: 2593px;
	top: -210px;
	margin-left: 50%;
	left: -800px;
}

.section-home .adam{
	background-image: url("../img/home/adam.png");
	width: 860px;
	height:941px;
	top: -52px;
	left: -420px;
}

.section-home .gargoyles, .gargoyles{
	background-image: url("../img/home/gargoyles.png");
	width: 639px;
	height: 714px;
	top: -217px;
	left: -790px;
}




.section-home .splats_top{
	background-image: url("../img/splats/splats_top_2.png");
	width: 1600px;
	height: 302px;
	left: -800px;
	top: 5px;
}

.section-home .splats_bottom{
	background-image: url("../img/splats/splats_bottom_2.png");
	width: 1600px;
	height: 302px;
	left: -800px;
}

.section-home .title{
	background-image: url("../img/home/title.png");
	width: 415px;
	height: 87px;
	top: 316px;
	left: -210px;
}

.section-home .subtitle{
	background-image: url("../img/home/subtitle.png");
	width: 400px;
	height: 15px;
	top: 406px;
	left: -200px;
}


.section-home .imax{
	background-image: url("../img/home/imax_home.png");
	width: 334px;
	height: 28px;
	top: 424px;
	left: -167px;
}



.section-home .tagline{
	background-image: url("../img/home/tagline.png");
	width: 520px;
	height: 25px;
	top: 564px;
	left: -255px;
}


.section-home .watch_triler_btn{
	background-image: url("../img/home/trailer_btn.png");
	width: 300px;
	height: 100px;
	top: 450px;
	left: -150px;
	background-position: 5px -93px;
	cursor: pointer;
	color: #FFF;
	font-family: "Lato";
	font-size: 17px;	
	text-align: center;
	text-transform: capitalize;

}

.section-home .watch_triler_btn span{
	position: relative;
	top: 40px;
	left: -11px;
}

.section-home .watch_triler_btn:hover{
	background-image: url("../img/home/trailer_btn_hover.png");
	color: #000;
}