.hero-video {
	position: relative;
	margin-bottom: 0 !important;
	height: 0;
	padding-bottom: 156%; /* height/width * 100 */
}
.hero-video-plyr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-video-plyr-mp4 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.plyr__control:focus {
	outline-offset: 2px;
	outline: 2px solid #00b2ff;
}
.hero-video .container {
	position: relative;
	padding-top: 40px;
	padding-bottom: 30px;
	height: 100%;
	z-index: 1;
}
.hero-video-heading {
	font-size: clamp(90px, calc(90px + 80 * ((100vw - 390px) / 1050)), 170px);
	line-height: 0.87;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.hero-video-heading span {
	display: block;
}
.hero-video-cta__container {
	margin-top: 20px;
	text-align: center;
}
.hero-video-cta {
	position: absolute;
	bottom: 30px;
	left: 50%;
	display: inline-block;
	text-align: center;
	font: 500 14px/1.52 var(--highlight-font-family);
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	transform: translateX(-50%);
}
.hero-video-cta img {
	margin: 0 auto;
}

.hero-video-cta span {
	display: block;
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.hero-video-cta span {
		display: none;
	}
	.hero-video--desktop {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.hero-video--mobile {
		display: none;
	}
	.hero-video {
		height: 0;
		max-height: 804px;
		padding-bottom: 46.5%;  /* height/width * 100 */
	}
	.hero-video .container {
		display: flex;
		padding-top: 60px;
		padding-bottom: 60px;
		flex-direction: column;
	}
	.hero-video-heading {
		display: flex;
		text-align: left;
		flex-grow: 1;
		justify-content: center;
	}
	.hero-video-heading-plus {
		margin: 0.87em 80px auto;
	}
	.hero-video-heading-right {
		margin-top: 0.87em;
	}
}
