.overlay{
	display: block;
	position: static;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #336699;
}

video{
	border: none;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}

:focus{
	outline: none;
	border:none !important;
}

.video-block{
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-family: 'Lato', sans-serif;
	font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
	font-weight: 300;
}

.video-block .half{
	width: calc(50% - 20px);
	text-align: left;
	padding: 0 10px 0 10px;
}

.video-block .half h3{
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #999;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}


.reveal video{
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 960px) {
	.half{
		width: 100% !important;
		text-align: center;
	}
	
	.half video{
		width: 100% !important;
		text-align: center !important;
	}
}