.hss-full-page-feature-header {
	display: block;
	width: 100%;
	min-height: 100vh;
	position: relative;
}

.hss-full-page-feature-header .hss-full-page-feature-header-image,
.hss-full-page-feature-header .overlay,
.hss-full-page-feature-header .content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.hss-full-page-feature-header .hss-full-page-feature-header-image {
	z-index: 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
}




.hss-full-page-feature-header .overlay {
	background: rgba(0, 0, 0, 0.2);
	background: radial-gradient(circle, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.3) 100%);
}




.hss-full-page-feature-header .content {
	z-index: 3;
	display: flex;
	align-items: flex-end;
	color: var(--hss-colour-white);
}
.hss-full-page-feature-header .content h1 {
	color: var(--hss-colour-white);
}