.hero-image {
	position: relative;
	z-index: 6;
	margin: 0;
	color: var(--white);
}

.hero-image .slide,
.hero-image .img-cont,
.hero-image .slide-img {
	position: relative;
	z-index: 1;
}

.hero-image .img-cont {
	z-index: 2;
}

.hero-image .slide-img {
	width: 100%;
}

.hero-image .content-section {
	position: absolute;
	inset: auto auto 0 0;
	z-index: 2;
	width: 100%;
	padding: 0 var(--space-5);
}

.hero-image .sponsored {
	display: block;
	position: relative;
	font-size: calc(22rem/16);
	font-weight: var(--font-weight-normal);
	text-transform: uppercase;
	font-family: var(--font-burford);
	line-height: 1;
	letter-spacing: calc(-1.21em/22);
	padding-bottom: 6px;
	margin-bottom: 15px;
}

.hero-image .sponsored:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 30px;
	background-color: var(--teal);
	pointer-events: none;
}

.hero-image .slideTitleOuter {
	width: 100%;
	max-width: 1320px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.hero-image .slide-title {
	font-family: var(--font-header);
	font-weight: normal;
	font-size: 14vw;
	line-height: 11vw;
	width: 100%;
	color: var(--off-white);
	position: relative;
	letter-spacing: 2px;
	-webkit-appearance: initial;
	-webkit-font-smoothing: antialiased;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	bottom: -3px;
}

@media (min-width: 64em) {
	.hero-image .slide-title {
		font-size: 160px;
		line-height: 126px;
		width: 85%;
	}
}

@media (max-width: 324px) {
	.hero-image .slide-title {
		font-size: 12vw;
		line-height: 10vw;
	}
}

.hero-image .slide-desc {
	margin: 0;
	font-family: var(--font-frutiger);
	font-weight: normal;
	font-size: 0.875rem;
	line-height: calc(20/14);
	color: inherit;
}

.hero-image .slide-footer {
	margin-top: 25px;
}

@media (min-width: 64em) {
	.hero-image .content-section {
		padding: 0;
	}
}

@media (min-width: 48em) {
	.hero-image .shared-play-button {
		inset: 20px 20px auto auto;
		transform: none;
	}

	.hero-image .sponsored {
		font-size: calc(26rem/16);
		margin-bottom: 11px;
	}

	.hero-image .slide-desc {
		font-size: 0.9375rem;
		line-height: calc(22/15);
	}

	.hero-image .slide-footer {
		margin-top: 18px;
	}
}