.video-with-overlay {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-with-overlay a {
	text-decoration: none;
}

.video-with-overlay img {
	width: 100%;
	height: 100%;
}

.video-with-overlay .overlay {
	height: 100%;
	background-color: black;
	opacity: 0.75;
	overflow: hidden;
}