@charset "utf-8";

.video-card h2.card-title {
	margin-top: 1rem;
	text-align: center;
	font-weight: bold;
}

.video-thumb {
	position: relative;
}
.video-thumb:after {
	content: '\f144';
	font-family: "Font Awesome 5 Pro";
	color: rgba(255,255,255,.7);
	font-size: 6rem;
	line-height: 6rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -3rem;
	margin-top: -3rem;
}

.video-description p {
	text-align: center;
	margin-bottom: 0;
}

.video-modal-title {
	font-weight: bold;
}