body.mmho-hero-forced .mm-hero:first-of-type {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: #0b0b0c;
}

body.mmho-hero-forced .mm-hero:first-of-type .mm-hero__media {
	position: absolute !important;
	inset: 0 !important;
	z-index: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	background: #0b0b0c !important;
	opacity: 1 !important;
	pointer-events: none !important;
}

body.mmho-hero-forced .mm-hero:first-of-type .mm-hero__media::before {
	position: absolute;
	inset: 0;
	z-index: 20;
	display: block;
	width: 100%;
	height: 100%;
	background-image: var(--mmho-image);
	background-position: var(--mmho-position, center center);
	background-size: cover;
	content: "";
	filter: grayscale(1) contrast(1.12) blur(var(--mmho-blur, 6px));
	opacity: var(--mmho-image-opacity, 0.8);
	transform: scale(1.035);
	transform-origin: center;
}

body.mmho-hero-forced .mm-hero:first-of-type .mmho-hero-image,
body.mmho-hero-forced .mm-hero:first-of-type .mmho-hero-video {
	position: absolute;
	inset: 0;
	z-index: 30;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--mmho-position, center center);
	filter: grayscale(1) contrast(1.12) blur(var(--mmho-blur, 6px));
	transform: scale(1.035);
	transform-origin: center;
	pointer-events: none;
}

body.mmho-hero-forced .mm-hero:first-of-type .mmho-hero-image {
	opacity: var(--mmho-image-opacity, 0.8);
}

body.mmho-hero-forced .mm-hero:first-of-type .mmho-hero-video {
	opacity: var(--mmho-video-opacity, 0.8);
}

body.mmho-hero-forced .mm-hero:first-of-type .mm-hero__overlay {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1 !important;
	background:
		linear-gradient(90deg, rgba(11, 11, 12, 0.94), rgba(11, 11, 12, calc(var(--mmho-overlay, 0.42) * 0.8)) 55%, rgba(11, 11, 12, 0.88)),
		rgba(11, 11, 12, var(--mmho-overlay, 0.42)) !important;
	pointer-events: none !important;
}

body.mmho-hero-forced .mm-hero:first-of-type .mm-hero__content {
	position: relative !important;
	z-index: 2 !important;
}

body.mmho-hero-forced .mm-hero:first-of-type .mmho-hidden {
	display: none !important;
}

@media (prefers-reduced-motion: reduce) {
	body.mmho-hero-forced .mm-hero:first-of-type .mmho-hero-video {
		display: none !important;
	}
}
