header {
	z-index: 9999;
}

.hero-area {
	position: relative;
}

.hero-video {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 9;
	display: none;
}



