/* CSS Document */

.videoheader{
	position:relative;
	overflow:hidden;
	border-bottom:#523015 2px solid;
	z-index:5;
}

.videoheader #intro-video{
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 900px;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(/images/home/header.jpg) no-repeat;
	background-size: cover;
}
