#e5-web-animation-container {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	padding-top: 56.25%;
	background: linear-gradient(128deg, rgba(0,255,255,1) 0%, rgba(0,64,126,1) 50%, rgba(0,6,44,1) 100%);
}

#e5-web-animation-svg {
	min-width: 100%;
	min-height: 100%;
	max-width: unset;
	height: 100%;
	left: 17%;
	top: 50%;
	transform: translate(-17%, -50%);
	position: absolute;
	opacity: 0;
	background: url('/modules/mod_e5web/images/background.png');
	margin-top: 60px;
}

#e5-web-animation-overlay {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	padding-top: 56.25%;
	position: absolute;
	top: 0;
	left: -5%;
	background: url('/modules/mod_e5web/images/foreground.png');
	opacity: 0.6;
}

/* Header Fix */
#sp-header {
	position: fixed;
	z-index: 9999;
	/* background-color: rgba(255,255,255,0.5); */
}

/* #sp-header.end {
	background-color: rgba(255,255,255,1.0);
} */
