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

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

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

.e5-branding-animation-bg-img img,
.e5-branding-animation-bg-img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	height: inherit;
}

#e5-branding-animation-img1 {
	top: 50vh;
}

#e5-branding-animation-img1.end {
	top: 150px;
}

#e5-branding-animation-img1 .browser-frame {
	border-top: 42px solid #1D1E20;
	border-left: 6px solid #1D1E20;
	border-right: 6px solid #1D1E20;
	border-bottom: none;
	border-radius: 4px;
	margin-left: 10%;
	margin-right: 10%;
	background-color: rgba(195, 129, 63, 0.12);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
	height: 100%;
}

#e5-branding-animation-img1 .browser-header {
	margin-top: -42px;
	display: flex;
}

#e5-branding-animation-img1 .close-buttons div {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	margin-left: 6px;
	margin-top: 15px;
	display: inline-block;
}

#e5-branding-animation-img1 .red-close-button {
	background-color: #FF4C45;
}

#e5-branding-animation-img1 .orange-close-button {
	background-color: #FFB529;
}

#e5-branding-animation-img1 .green-close-button {
	background-color: #24C238;
}

#e5-branding-animation-img1 .nav-buttons {
	color: rgba(255, 255, 255, 0.6);
	padding-top: 9px;
	padding-left: 12px;
	font-size: 16px;
}

#e5-branding-animation-img1 .flexible-spacer {
	flex-grow: 1;
}

#e5-branding-animation-img1 .social-buttons {
	white-space: nowrap;
	width: 150px;
	margin-right: 12px;
	margin-top: 5px;
}

#e5-branding-animation-img1 .social-buttons img {
	max-height: 16px;
	max-width: 16px;
	margin-left: 12px;
}

#e5-branding-animation-img1 .browser-content {
	text-align: right;
	margin-right: 12px;
	margin-top: 54px;
	text-transform: uppercase;
	color: #112c56;
	filter: blur(5px);
}

#e5-branding-animation-img1 .browser-content.end {
	filter: blur(0px);
}

#e5-branding-animation-img1 .nav-buttons i {
	margin-right: 6px;
}

#e5-branding-animation-img1 .browser-content h2 {
	font-size: 6em;
}

#e5-branding-animation-img1 .browser-content h3 {
	font-size: 3em;
}

/* Responsive */
@media (max-width: 375px) {
	#e5-branding-animation-img1 .nav-buttons {
		display: none;
	}
}

@media (max-width: 768px) {
	#e5-branding-animation-img1 .browser-content h2 {
		font-size: 4em;
	}

	#e5-branding-animation-img1 .browser-content h3 {
		font-size: 2em;
	}
}

@media (max-width: 500px) {
	#e5-branding-animation-img1 .browser-content h2 {
		font-size: 3em;
	}

	#e5-branding-animation-img1 .browser-content h3 {
		font-size: 1.5em;
	}
}

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

.sp-dropdown-inner {
	background-color: rgba(255,255,255,0.2) !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;
}
