.roundhouse-hero-block {
	background-color: #919d9e;
	background-image: var(--roundhouse-hero-block-bg-image);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	max-width: 100% !important;
	position: relative;
	width: 100%;
}

.roundhouse-hero-block__inner {
	margin: 0 auto;
	max-width: 100%;
	min-height: inherit;
	width: 100%;
}

.roundhouse-hero-block__panel {
	background: rgba(145, 157, 158, 0.85);
	color: #fff;
	max-width: 650px;
	padding: 45px;
	width: 100%;
}

.roundhouse-hero-block__title {
	color: #fff;
	font-size: 65px;
	font-weight: 300;
	line-height: 67px;
	margin: 0;
}


.roundhouse-hero-block__button {
	background: #2d2b2a;
	border: 1px solid #2d2b2a;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: 0.12em;
	margin-top: 50px;
	padding: 14px 28px;
	text-decoration: none;
	text-transform: uppercase;
}

.roundhouse-hero-block__button:hover,
.roundhouse-hero-block__button:focus,
.roundhouse-hero-block__button:active,
.roundhouse-hero-block__button:visited {
	background: #2d2b2a;
	border-color: #2d2b2a;
	color: #fff;
}

@media (min-width: 769px) {
	.roundhouse-hero-block {
		min-height: calc(100svh - var(--roundhouse-header-offset, 0px));
	}

	.roundhouse-hero-block__inner {
		padding-top: 90px;
	}

	.roundhouse-hero-block__button {
		min-width: 315px;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.roundhouse-hero-block {
		min-height: 564px;
	}

	.roundhouse-hero-block__inner {
		padding: 70px 35px 0;
	}

	.roundhouse-hero-block__panel {
		padding: 25px;
		text-align: center;
	}

	.roundhouse-hero-block__title {
		font-size: 40px;
		line-height: 42px;
	}

	.roundhouse-hero-block__button {
		margin-top: 32px;
	}
}

@media (min-width: 822px) {
	.roundhouse-hero-block__inner {
		max-width: 1265px;
	}
}
