.homehero--section {
	position: relative;
}

.homehero--placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

.homehero--container {
	padding: 85px 30px 0;
	position: relative;
	/* min-height: calc(100vh - 130px); */
	display: flex;
	flex-direction: column;
	justify-content: center;
}


@media (min-width: 900px) {
	.homehero--container {
		padding: 85px 30px 60px;
		min-height: calc(100vh - 90px);
	}
}

.homehero--title {
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	position: relative;
	margin-bottom: 60px;
	text-transform: uppercase;
}

@media (min-width: 900px) {
	.homehero--title {
		font-size: 86px;
		line-height: 122px;
		margin-bottom: 145px;
	}
}
