.news-header-image {
	margin-top: 2.5rem;
	width: 100%;
	border-radius: 0.25em;
}

.news-body {
	margin: -115px auto 0 auto;
	padding: 25px 30px 10px;
	background: rgba(248, 248, 250);
	position: relative;
	width: 80%;
	border-radius: 0.25em;
}

.news-body h2 {
	margin-top: 0 !important;
}

.news-intro {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #888;
	margin: 30px 0;
}

.body-html img {
	max-width: 100% !important;
	height: auto !important;
	border-radius: 0.25em;
}

.body-html div[data-oembed-type="video"] {
	max-width: 100%;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
}

.body-html div[data-oembed-type="video"] iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}