.header-unit {
	width: 100%;
	height: 100%;
	position: relative;
}
#video-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
}
video.fillWidth {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateY(-20%);
	z-index: 0;
}
.video-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
/*	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;*/

	position: absolute;
	z-index: 1;
}