.homepage-header:before {
	content: '';
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 84%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 84%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 84%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5e000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	left: 0px;
	width: 100%;
	height: 203px;
	z-index: 1;
	top: 0;
	pointer-events: none;
}
.homepage-header a.videolink {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFF;
	font-size: 120px;
}
.homepage-header .video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.homepage-header .title-container {
	position: absolute;
	margin-left: 10%;
	color: #fff;
	font-family: var(--font-header);
	bottom:0;
	font-size: 58px;
	max-width: 50%;
}
.homepage-header .subtitle {
	font-size: 35px;
	font-weight: 100;
	font-family: var(--font-body);
	margin-top: 20px;
}
.homepage-header .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	height:  100%;
	width:  100%;
}
section.homepage-header {
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
	height: 100vh;
}
.homepage-header .imgcont img {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.homepage-header a.play-btn {
	color: #fff;
	font-size: 65px;
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
}
.homepage-header .controls {
	position: absolute;
	bottom: 37px;
	color: #fff;
	font-size: 25px;
	left: 37px;
}
.homepage-header i.fa.fa-play-circle-o,
.homepage-header .paused i.fa.fa-pause-circle-o {
	display: none;
}
.homepage-header i.fa.fa-volume-up,
.homepage-header .muted i.fa.fa-volume-off {
	display: none;
}
.homepage-header [data-sv-audio-control] {
	left: 68px;
}
.homepage-header .paused i.fa.fa-play-circle-o,
.homepage-header .muted i.fa.fa-volume-up {
	display: block;
}
.homepage-header .title-container .title {
	font-weight: 600;
	font-size: 64px;
}
@media only screen and (max-width: 1024px) {
	.homepage-header .imgcont img {
		position: static;
		transform: none;
	}
	.homepage-header a:hover,
	.homepage-header a,
	.homepage-header i.fa.fa-play-circle-o {
		display: block;
		text-decoration: none;
	}
	.homepage-header .video-wrapper video {
		height: 100%;
		width: 100%;
	}
	.homepage-header img {
		position: relative;
		height: 100%;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		z-index: -1;
		transform: none;
	}
	section.homepage-header {
		margin-bottom: 0px;
		height: 100%;
	}
	.homepage-header .title-container {
		position: absolute;
		margin-left: 3%;
		color: #fff;
		font-family: var(--font-header);
		bottom: 37px;
		font-size: 39px;
		max-width: 50%;
	}
	.homepage-header .subtitle {
		font-size: 24px;
		font-weight: 100;
		font-family: var(--font-body);
		margin-top: 20px;
		letter-spacing: 1px;
	}
}
@media only screen and (min-width: 40em) {
	.homepage-header a.videolink img {
		width: 200px;
	}
	.homepage-header .title-container {
		bottom: 37px;
		font-size: 35px;
	}
}

@media (min-width: 1440px) {
	.homepage-header.has-vimeo .title-container {
		top: 80vh;
		bottom: auto;
	}
	.homepage-header.has-vimeo .controls {
		top: 80vh;
		bottom: auto;
	}
}

@media (min-width: 1024px) {
	.homepage-header.has-vimeo {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
	}
}

@media only screen and (max-width: 40em) {
	.homepage-header .title-container {
		max-width: 300px;
		width: auto;
	}
	.homepage-header .title-container .title {
		font-size: 25px;
		line-height: 31px;
	}
	.homepage-header .subtitle {
		margin-top: 20px;
	}
}