.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%;
}

.entry-header .entry-meta {
	color: var(--theme-text-color);
	--theme-link-initial-color: var(--theme-text-color);
}

.entry-header .page-description {
	color: var(--theme-text-color);
}

.entry-header .page-description>*:last-child {
	margin-bottom: 0;
}