/* Video player spotlight */
.dance-spotlight {
	background-image: radial-gradient(transparent, black), url("/programs/dance/dance-education-minor/images/DanceEducationMinor-Spotlight.jpg");
	background-size: cover;
	background-position: center;
}
/* Makes text white in spotlight */
.dance-spotlight h2, .dance-spotlight h3, .dance-spotlight p, .dance-spotlight li {
	color: #fff !important;
}
