<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.video-headline p { color: #ffffff; text-align: center; font-size: 5rem; font-weight: 600!important; text-shadow: 1px 1px rgba(51, 51, 51, .5); line-height:1.5em;}

@media only screen and (min-width: 40.063em) {

	/* Video and "We Are" */
	#jumbotron_video { 
		width: 100%; 
		height: auto;
		z-index:1;
	}
	
	.main-story-video {position:relative; margin-bottom: -6px;}
	.video-headline {position: absolute; width:100%; bottom:10px; z-index:2}
	.video-headline p { font-size: 5rem; }
}

/* iPad: perhaps */
@media only screen and (device-width: 768px) {
	.main-story-video {
		background-image: url("/admissions/images/main-page-header.jpg"); 
		background-size: cover; 
		background-position: center; 
		position: relative !important;
		padding:100px 0;
	}
	.video-headline p { font-size: 4rem; }
}


/* Small screens */
@media only screen and (max-width: 40.063em) {
	.main-story-video { 
		display:block; 
		background-image: url("/admissions/images/main-page-header.jpg"); 
		background-size: cover; 
		background-position: center; 
		width:100%; 
		min-height: 200px;
	}
	.video-headline p { font-size: 3rem; }
}
</pre></body></html>