.chapter-header-media {
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.chapter-header-media:not(.chapter-header-media--none) {
	min-height: 500px;
	min-height: 61.8vh;
}
.explode-wrapper .chapter-header-media,
.chapter-header-media.explode-wrapper {
	height: 61.8vh;
}
.chapter-header-media p.caption {
	padding: 0.4em 40px;
	background-color: white;
    margin: 0;
    font-size: 14px;
    color: #989898;
}
.chapter-header-media--featured-image {
	background-size: cover;
	background-position: center center;
}
.chapter-header-media--featured-image > img {
	height: 61.8vh;
	object-fit: cover;
}
.chapter-header-media--embed {
	height: auto;
}
.chapter-header-media--embed .container {
	background: transparent;
}
.chapter-header-media--none {
	height: 0;
	margin-top: 40px;
}
.flex-video.custom-ratio-1 {
	padding-bottom: 45.25%
}
.video-header-loop {
	height: 100%;
}
.no-media.container {
	margin-top: 5em;
	top: auto;
}
.no-media.container h1.entry-title,
.no-media.container h2.author.subhead {
	color: #232323;
}
.highcontrast .no-media.container h1.entry-title,
.highcontrast .no-media.container h2.author.subhead {
	color: #fff;
}
.chapter-header h1,
.chapter-header h2 {
	color: white;
	line-height: 1.1;
}

