.hero--frontpage {
	height: calc(100vh - var(--header-height));
	position: relative;
}
.hero__frontpage-logo {
	width: 100%;
	display: block;
	z-index: 9;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	padding-left: 25px;
	padding-right: 25px;
	z-index:10;
}

.hero--frontpage picture {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: -1;
}

.hero--frontpage picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	pointer-events: none;
}

#fp-video-toggle img {
	pointer-events: none;
}
.hero--frontpage picture::selection,
.hero--frontpage picture img::selection {
	background: none;
}

#fp-video-container {
	height: 100%;
}
#fp-video-container video {
	display: block;
	pointer-events: none;
	z-index: 9;
	position: relative;
}

#fp-video-toggle {
	position: absolute;
	right: 15px;
	bottom: 15px;
	outline-color: white;
	z-index:99;
}

#fp-play-icon {
	position: relative;
	right: -31px;
}
