section#mainContent div#mainVideo {
	display: block;
	width: 100%;
	position: relative;
	height: 50em;
	overflow: hidden;
}

section#mainContent div#mainVideo video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section#mainContent div#mainVideo div#videoText {
	display: block;
	padding: 5rem;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 5rem;
	left: 25%;
	right: 25%;
	color: #FFF;
	font-weight: 900;
	font-size: 2em;
	line-height: 1.25em;
	text-align: right;
}