#location-hero {
	position: relative;
	width: 100%;
	height: 600px;
	max-width: 100%;
	overflow: hidden;
}

section#location-hero::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
}

#location-hero .hero-image {
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#location-hero .hero-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 48px 96px;
	z-index: 1;
}

#location-hero .hero-content .title-row {
	display: flex;
	align-items: center;
}

#location-hero .hero-content h2,
#location-hero .hero-content h3 {
	margin: 0;
	color: white;
}

#location-hero .hero-content h2 {
	padding-right: 32px;
	font-size: 60px;
}

#location-hero .hero-content h2 {
	max-width: 550px;
	line-height: 1.1;
	font-family: "Cachet Book";
}

#location-hero .hero-content h3 {
	font-family: "Cachet Extra Light";
	font-size: 20px;
	max-width: 180px;
}

#location-hero .global-alert {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0;
	padding: 16px;
	color: white;
	font-family: "Cachet Book";
	width: 100%;
	text-align: center;
	padding-left: calc(33% + 104px);
	display: flex;
	align-items: center;
	z-index: 1;
}

#location-hero .global-alert .icon {
	font-size: 2em;
	margin-right: 16px;
}

/* Media Queries */
@media (max-width: 1600px) {
	#location-hero .global-alert {
		padding-left: 600px;
		text-align: left;
	}
}

@media (max-width: 1200px) {
	#location-hero .hero-content {
		padding: 32px;
	}
	#location-hero .global-alert {
		padding-left: 415px;
	}
}

@media (max-width: 768px) {
	#location-hero {
		aspect-ratio: unset;
	}
	#location-hero .hero-content {
		justify-content: center;
		padding: 32px;
	}
	#location-hero .hero-content h2 {
		font-size: 40px;
		max-width: 100%;
		padding-right: 16px;
		width: 60%;
	}
	#location-hero .hero-content h3 {
		font-size: 15px;
		max-width: 100%;
		width: 40%;
	}
	#location-hero .global-alert {
		padding: 32px;
		padding-bottom: 240px;
	}
}

@media (max-width: 480px) {
	#location-hero .hero-content h2 {
		font-size: 30px;
	}
	#location-hero .line-accent {
		width: 43px;
		margin-bottom: 16px;
		border-radius: 3px;
	}
}
