#e5-audio-animation-container {
	width: 100vw;
	height: 100vh;
	padding-top: 56.25%;
	overflow: hidden;
}

.e5-audio-animation-layer {
	width: 100vw;
	position: absolute;
	top: 0px;
	height: 100%;
}

.e5-audio-animation-bg-img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: inherit;
}

#e5-audio-animation-img1 {
	transform-origin: 50% 41%;
	transform: scale(0.98);
}

#e5-audio-animation-img1.end {
	transform: scale(1.02);
}

#e5-audio-animation-img2 {
	opacity: 0;
}

#e5-audio-animation-img2.end {
	opacity: 1;
}

#e5-audio-animation-img2 .text-content {
	text-align: right;
	margin-right: 10%;
	margin-top: 100px;
	text-transform: uppercase;
	color: #ffffff;
}

#e5-audio-animation-img2 .text-content h2 {
	font-size: 6em;
}

#e5-audio-animation-img2 .text-content h3 {
	font-size: 3em;
}

/* Responsive */
@media (max-width: 768px) {
	#e5-audio-animation-img2 .text-content h2 {
		font-size: 4em;
	}

	#e5-audio-animation-img2 .text-content h3 {
		font-size: 2em;
	}
}

@media (max-width: 500px) {
	#e5-audio-animation-img2 .text-content h2 {
		font-size: 3em;
	}

	#e5-audio-animation-img2 .text-content h3 {
		font-size: 1.5em;
	}
}


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

.sp-dropdown-inner {
	background-color: rgba(255,255,255,0.6) !important;
}

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

.sp-dropdown-inner.end {
	background-color: rgba(255,255,255,1.0) !important;
}
