*
{
	margin: 0;
	padding: 0;
}

.header
{
	//background: rgba(0,0,100,0.4);
	height: 100vh;
}

.video-background
{
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}

@media (min-aspect-ratio: 16/9)
{
	.video-background
	{
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio: 16/9)
{
	.video-background
	{
		width: auto;
		height: 100%;
	}
}

.logo
{
	margin: 25px;
	height: 40px;
}

.container
{
	width: 80%;
	margin: 0 auto;
}

.video_box
{
	background:rgba(255,255,255,0.4);
	padding: 30px;
}

.video_box h1
{
	margin: 0 0 20px;
	font-size: 45px;
	color: white;
    text-shadow: 1px 1px 1px #000000;
}

