.e5_header {
	position: relative;
	min-height: 100vh;
	width: calc(100vw + 1px);
	margin-top: -30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-top: 260px;
}

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

.e5_header_background_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-mask-image: linear-gradient(rgb(0, 0, 0) 90%, transparent);
	mask-image: linear-gradient(rgb(0, 0, 0) 90%, transparent);
}

.e5_header_background_image::after {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 260px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
}

.e5_header_headline {
	max-width: 1540px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.e5_header_headline h1 {
	color: #ffffff;
	text-shadow: 0px 0px 16px #00000029;
}

.e5_header_arrow {
	transform: rotate(90deg);
	width: 95px;
	cursor: pointer;
	margin-top: 50px;
	margin-bottom: 70px;
	align-self: center;
	padding: 40px 15px;
}

@media screen and (max-width: 1639px) {
	.e5_header_headline {
		width: 80%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1289px) {
	.e5_header_headline h1 {
		font-size: 75px;
	}
}

@media screen and (max-width: 849px) {
	.e5_header_headline {
		position: relative;
		bottom: 10vh;
	}

	.e5_header_headline h1 {
		font-size: 40px !important;
	}

	.e5_header_arrow {
		display: none;
	}
}

.e5_header_arrow.animated {
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-name: e5-arrow-bounce;
}

@keyframes e5-arrow-bounce {
	0% {transform: scale(1,1) rotate(90deg) translateX(0);}
	10% {transform: scale(1.1,.9) rotate(90deg) translateX(0);}
	30% {transform: scale(.9,1.1) rotate(90deg) translateX(-25px);}
	50% {transform: scale(1,1) rotate(90deg) translateX(0);}
	57% {transform: scale(1,1) rotate(90deg) translateX(-3px);}
	64% {transform: scale(1,1) rotate(90deg) translateX(0);}
	100% {transform: scale(1,1) rotate(90deg) translateX(0);}
}

@media screen and (max-width: 479px) {
	.e5_header {
		padding-top: 120px;
	}
}

@media screen and (min-width: 480px) and (max-width: 1650px) {
	.e5_header {
		padding-top: 200px;
	}
}
