/* Full screen video background */
.dark-overlay {
	position: absolute;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.2);
}

.hero-content h1 {
	font-size: 44px;
	font-weight: 300;
}

.hero-content img {
	width: 100%;
}
