  /* hide the intro section */
.directory-intro {
	display: none;
}
			
/* apply a slight gradient to make the title more visible */
.campus-hero__media:after {
	background-color: rgba(0, 0, 0, 0.3);
}