.hero-image-wrapper {
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	z-index: -1;
	overflow: hidden;
}

.hero-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: 50% 60%;
}

.page-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 400px;
}