.heroamenities--section {
	position: relative;
}

.heroamenities--image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.heroamenities--image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}

.heroamenities--container {
	padding: 100px 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.heroamenities--title {
	margin-bottom: 0;
}

.heroamenities--subtitle {
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.heroamenities--address {
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-top: 30px;
}

.heroamenities--address .lwh-address {
	display: block;
	margin-bottom: 45px;
}

@media (max-width: 600px) {
	.heroamenities--container {
		height: calc(100dvh - 60px);
	}
	
}

@media (min-width: 599px) {
	.heroamenities--container {
		height: 53vw;
		max-height: calc(100dvh - 130px);
	}
	
}