<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* VIDEO EMBED (Brightcove) */
/* ================================================================================ */
.video-embed {
  position: relative;
  padding-bottom: 56.25%;/*Fix for video display collapse issue*/
  margin-bottom: 20px;
}

.video-embed .BrightcoveExperience, .video-embed iframe, .video-embed .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ================================================================================ */
/* EMBEDDED STYLES IN CONTENT*/
/* ================================================================================ */
p &gt; .video-js {
	width: 100%;
	height: 280px;
}

@media handheld, only screen and (max-width: 768px) {
	p &gt; .video-js {
		height: 350px;
	}
}

@media handheld, only screen and (max-width: 350px) {
	
	p &gt; .video-js {
		height: 130px;
	}
}</pre></body></html>