#home-container {
	min-height: 100vh;
	width: 100%;
}

#background-video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

/* Add some content at the bottom of the video/page */
.content {
	position: fixed;
	height: 100vh;
	display: flex;
	flex-direction: column;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	color: #f1f1f1;
	width: 100%;
	padding: 0 3em;
	/* padding: 0 8em; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-transform: uppercase;
	font-size: 50%;
}

@media screen and (min-device-width:1219px) {
	.content {
		position: relative;
	}
}

.content h1 {
	font-size: 2em;
}

.content span:first-child {
	font-size: 1.6em;
	font-weight: 500;
}

.content span:last-child {
	font-size: 3em;
	font-weight: 900;
	position: relative;
	top: -0.1em;
}
