.masthead {
	background: var(--main-color);
	padding-top: 220px;
	padding-bottom: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.masthead h1 { color: #fff; }

.single-featured-image {
	margin: -50px auto 50px;
	width: 800px;
	max-width: 90%;
	aspect-ratio: 8/5;
	border-radius: 30px;
	overflow: hidden;
}

.single-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}