@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

body {
	font-family: 'Montserrat', sans-serif;
	color: #2D3E50;
}
section {
	max-width: 100%;
	margin: 0;
	text-align: center;
}
.wrapper {
	height: 100vh;
	display: grid;
	align-items: center;
	color: #FFF;
}
.video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.video-wrap video {
	min-width: 100%;
	min-height: 100%;
}
.overlay {
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #2D3E50;
	position: absolute;
}





















