/**
 * Breadcrumb hero video on all pages except Home.
 */

body:not(.home) .breadcrumb-title-wrapper {
	background-image: none !important;
	background-color: #1a1a1a;
}

body:not(.home) .breadcrumb-title-wrapper .mws-breadcrumb-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	pointer-events: none;
	backface-visibility: visible;
}

body:not(.home) .breadcrumb-title-wrapper.has-mws-breadcrumb-video::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: rgba(16, 16, 16, 0.5);
}

body:not(.home) .breadcrumb-title-wrapper .breadcrumb-content {
	position: relative;
	z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
	body:not(.home) .breadcrumb-title-wrapper .mws-breadcrumb-video {
		display: none;
	}
}
