
.video-header .video-container {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}

.video-header .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}

.video-header .video-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-header h5 {
	font-size: 24px;
	margin-bottom: 0;
}
.video-header .copy {
	max-width: 540px;
	text-align: center;
	margin: 0 auto;
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--wp--preset--color--background);
}

.video-header h1 {
	margin-bottom: 0px;
}

.video-header a.fancy-button {
	color: var(--wp--preset--color--background);
	border-color: var(--wp--preset--color--background);
}