.home.telli-r05-phase--hero-static .telli-hero,
.home.telli-r05-phase--hero-motion .telli-hero,
.home.telli-r05-phase--home-about .telli-hero {
	position: relative;
	isolation: isolate;
	background: #07131d;
}

.home .telli-r05-hero-media {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
}

.home .telli-r05-hero-picture {
	z-index: 0;
}

.home .telli-r05-hero-picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home .telli-r05-hero-video {
	z-index: 1;
	background: transparent;
}

.home .telli-r05-hero-video[hidden] {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.home .telli-r05-hero-video {
		display: none !important;
	}
}
