  .fw-video {
	position: relative;
	max-height: 80vh;
}

.fw-video video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center bottom;
}

#video-overlay {
	position: absolute;
	float: left;
	width: 100%;
	min-height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.program-vid-content {
	background-color: rgba(0, 0, 0, 0.5);
	min-width: 25%;
	position: absolute;
	left: 14%;
	bottom: 15%;
	padding: 2em;
	z-index: 10;
}

@media (max-width: 900px) {
	.program-vid-content {
		width: 50%;
		position: absolute;
		left: 14%;
		bottom: 5%;
		padding: 2em;
		z-index: 10;
	}
}
