.hero-section[data-type=type-1] .page-description {
	display: inline-block;
	max-width: var(--description-max-width, 100%);
}

.hero-section[data-type=type-2]>figure {
	position: absolute;
	overflow: hidden;
	z-index: 1;
	inset: 0;
	background-color: inherit;
}

.hero-section[data-type=type-2]>figure .ct-media-container {
	height: 100%;
	vertical-align: top;
}

.hero-section[data-type=type-2]>figure .ct-media-container img {
	height: 100%;
}

.hero-section[data-type=type-2] .ct-title-label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.entry-header .page-description {
	color: var(--theme-text-color);
}

.entry-header .page-description>*:last-child {
	margin-bottom: 0;
}