.roundhouse-full-screen-cover-video {
	background: #000;
	box-sizing: border-box;
	margin: 0 !important;
	max-width: 100% !important;
	height: calc(100vh - 192px);
	position: relative;
	width: 100vw;
	overflow: hidden;
}

.roundhouse-full-screen-cover-video__media,
.roundhouse-full-screen-cover-video__video,
.roundhouse-full-screen-cover-video__lightbox-video {
	height: 100%;
	width: 100%;
}

.roundhouse-full-screen-cover-video__media {
	inset: 0;
	position: absolute;
}

.roundhouse-full-screen-cover-video__video {
	display: block;
	object-fit: cover;
}

.roundhouse-full-screen-cover-video__overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);
	inset: 0;
	position: absolute;
}

.roundhouse-full-screen-cover-video__inner {
	align-items: flex-end;
	display: flex;
	height: 100%;
	position: relative;
	z-index: 2;

	padding: 10vh 20px;
    max-width: 1305px;
	margin: auto;
}

.roundhouse-full-screen-cover-video__content {
	color: #fff;
	max-width: 60rem;
	padding: 0;
}

.roundhouse-full-screen-cover-video__title,
.roundhouse-full-screen-cover-video__subtitle {
	color: #fff;
	margin: 0;
}

.roundhouse-full-screen-cover-video__subtitle {
	margin-top: 0.5rem;
	font-size: 20px;
}

.roundhouse-full-screen-cover-video__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.roundhouse-full-screen-cover-video__button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	text-decoration: none;
}

.roundhouse-full-screen-cover-video__button--play {
	cursor: pointer;
}

.roundhouse-full-screen-cover-video__speaker {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 0;
	border-radius: 999px;
	bottom: 2rem;
	cursor: pointer;
	display: inline-flex;
	height: 3.25rem;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 2rem;
	width: 3.25rem;
	z-index: 3;
}

.roundhouse-full-screen-cover-video__speaker-icon {
	display: block;
	height: 1.5rem;
	width: 1.5rem;
}

.roundhouse-full-screen-cover-video__speaker-icon svg {
	display: block;
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.roundhouse-full-screen-cover-video__lightbox {
	align-items: center;
	background: rgba(0, 0, 0, 0.82);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 1.5rem;
	position: fixed;
	z-index: 9999;
}

.roundhouse-full-screen-cover-video__lightbox[hidden] {
	display: none;
}

.roundhouse-full-screen-cover-video__lightbox-dialog {
	max-width: min(90vw, 72rem);
	position: relative;
	width: 100%;
}

.roundhouse-full-screen-cover-video__lightbox-video {
	background: #000;
	display: block;
}

.roundhouse-full-screen-cover-video__lightbox-close {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	height: 2.5rem;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: -0.75rem;
	top: -0.75rem;
	width: 2.5rem;
	z-index: 1;
}

.roundhouse-full-screen-cover-video__lightbox-backdrop {
	inset: 0;
	position: fixed;
}

@media (max-width: 767px) {
	.roundhouse-full-screen-cover-video__content {
		padding: 1.25rem;
	}

	.roundhouse-full-screen-cover-video__speaker {
		bottom: 1.25rem;
		right: 1.25rem;
	}
}
