#intro {
	height: 800px; 
	padding: 0;
	background: none;
}
	#homepage-movie {
		height: 800px;
		position: absolute;
		width: 100%;
	}
		#homepage-movie .movie-container {
			position: absolute;
			z-index: -1;
			top: 0px;
			left: 0px;
			bottom: 0px;
			right: 0px;
			overflow: hidden;
			background-size: cover;
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: 0% 0%;
			background-image: none;
		}
		#homepage-title-container {
			position: absolute;
			width: 100%; height: 800px;
			background: rgba(255,255,255,0);
			background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.8) 100%);
			background: -webkit-gradient(left top, right top, color-stop(20%, rgba(0,0,0,0.8)));
			background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.8) 100%);
			background: -o-linear-gradient(left, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.8) 100%);
			background: -ms-linear-gradient(left, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.8) 100%);
			background: linear-gradient(to top, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.8) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=&#39;#ffffff&#39;, endColorstr=&#39;#969696&#39;, GradientType=1 );
		}
		
		#homepage-title-container > .play-video {
			margin: -30px auto -10px;
		}
		#homepage-title-container > h1 {
			margin-top: 200px;			
		}