.roundhouse-caf-hero {
	background-color: #bdbdbd;
	background-image: var(--roundhouse-caf-hero-bg-image);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0 !important;
	max-width: 100% !important;
	min-height: clamp(480px, 58vw, 760px);
	width: 100%;
	padding: clamp(1.25rem, 3vw, 2rem) 0;
	position: relative;
}

.roundhouse-caf-hero__inner {
	margin: 0 auto;
	max-width: 100%;
	min-height: inherit;
	width: 100%;
}

.roundhouse-caf-hero__panel {
	background: rgba(120, 131, 130, 0.75) !important;
	background-color: rgba(120, 131, 130, 0.75) !important;
	color: #fff;
	margin-top: clamp(1.2rem, 4vw, 3.5rem);
	max-width: 100%;
	padding: clamp(1.2rem, 2.4vw, 1.8rem);
}

.roundhouse-caf-hero__content > :first-child {
	margin-top: 0;
}

.roundhouse-caf-hero__content > :last-child {
	margin-bottom: 0;
}

.roundhouse-caf-hero__content,
.roundhouse-caf-hero__content p,
.roundhouse-caf-hero__content li,
.roundhouse-caf-hero__content a,
.roundhouse-caf-hero__content h1,
.roundhouse-caf-hero__content h2,
.roundhouse-caf-hero__content h3,
.roundhouse-caf-hero__content h4,
.roundhouse-caf-hero__content h5,
.roundhouse-caf-hero__content h6 {
	color: #fff;
}

.roundhouse-caf-hero__content h1,
.roundhouse-caf-hero__content h2,
.roundhouse-caf-hero__content h3 {
	font-size: clamp(1.75rem, 3.4vw, 3rem);
	line-height: 1.08;
	margin-bottom: 0.85rem;
}

.roundhouse-caf-hero__content p {
	font-size: clamp(1rem, 1.25vw, 1.25rem);
	line-height: 1.45;
	margin: 0 0 0.8rem;
}

.roundhouse-caf-hero__button {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	display: inline-block;
	margin-top: 1rem;
	padding: 10px 20px;
	text-decoration: none;
}

.roundhouse-caf-hero__button:hover,
.roundhouse-caf-hero__button:focus,
.roundhouse-caf-hero__button:active,
.roundhouse-caf-hero__button:visited {
	background: #000;
	border-color: #000;
	color: #fff;
}

@media (max-width: 821px) {
	.roundhouse-caf-hero {
		min-height: 460px;
	}

	.roundhouse-caf-hero__panel {
		margin-left: 7.5%;
		margin-right: 7.5%;
		max-width: 100%;
	}

	.roundhouse-caf-hero__content {
		text-align: center;
	}

	.roundhouse-caf-hero__button {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 822px) {
	.roundhouse-caf-hero__inner {
		max-width: 1265px;
	}

	.roundhouse-caf-hero__panel {
		max-width: min(32rem, 100%);
	}
}
