.image-12 {
	height: 250px;
}

.staff-link {
	color: #2b2b2b;
}

.staff-link:hover {
	color: #2b2b2b;
}

@media (min-width: 768px) {
	.youtube-video {
		margin-top: 40px;
		padding: 5px;
		text-align: center;
		width: 25%;
	}
}

@media (min-width: 100px) {
	.youtube-video {
		margin-top: 40px;
		padding: 5px;
		text-align: center;
		width: 100%;
	}
}

.youtube-image-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.youtube-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* This will make the image cover the entire container, cropping it if it doesn't fit */
}