body {
	background-color: ddf3f0;
	background-position: center center;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.absolute-stretch {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.absolute {
	position: absolute;
}

#goehler-main-player {
	z-index: -1;
}

#goehler-main-player img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#goehler-main-player .container img {
	position: absolute;
	display: none;
}

#goehler-main-player .container img.active {
	display: initial;
	z-index: 1;
}

#goehler-main-player .container img.wasActive {
	display: initial;
}