.hero {
	padding-left: clamp(.75rem * .5, 3.38vw + .1px, 65px);
	padding-right: clamp(.75rem * .5, 3.38vw + .1px, 65px);
}
.hero__item {
	background: var(--color-grey) none no-repeat center center / cover scroll;
	padding-top: 48.54%;
	min-height: 500px;
	position: relative;
	color: #fff;
}
.hero__item.hero--with-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.34);
}
.hero p {
	font-size: clamp(16px, 1.09vw + .1px, 21px);
	font-weight: 500;
	line-height: 1.2;
	max-width: 35ch;
	margin-left: auto;
	margin-right: auto;
}
.hero .sc-heading h1 {
	font-size: clamp(40px, 4.16vw + .1px, 80px);
}
.hero .sc-heading h1 em {
	font-size: clamp(51px, 5.3125vw + .1px, 102px);
}
.hero__item-photo-credit {
	position: absolute;
    bottom: 15px;
    left: 15px;
    text-shadow: 0 0 1px #000;
}