.v-header {
	height: 100vh; color: rgb(255, 255, 255); display: flex; align-items: center;
}
.containerX {
	margin: auto; text-align: center; padding-right: 1rem; padding-left: 1rem; max-width: 960px;
}
.fullscreen-video-wrap {
	left: 0px; top: 0px; width: 100%; height: 100vh; overflow: hidden; position: absolute;
}
.fullscreen-video-wrap video {
	min-height: 100%; min-width: 100%;
}
.header-overlay {
	background: rgb(44, 13, 89); left: 0px; top: 0px; width: 100vw; height: 100vh; position: absolute; z-index: 1; opacity: 0.65;
}
.header-content {
	z-index: 2;
}
.header-content h1 {
	font-size: 50px; margin-bottom: 0px;
}
.header-content p {
	padding-bottom: 2rem; font-size: 1.5rem; display: block;
}
.btn {
	background: rgb(52, 179, 160); padding: 1rem 2rem; color: rgb(255, 255, 255); font-size: 1.2rem; text-decoration: none;
}
@media all and (max-width:960px)
{
.container {
	padding-right: 3rem; padding-left: 3rem;
}
}
