.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-overlay::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.125);
}

.play-btn {
  background: radial-gradient(circle at center, #fff 0 24px, transparent 24px);
  border-radius: 50px;
	z-index: 10;
}

.play-btn svg {
  display: block;
  width: 64px;
	height: 64px;
  margin:0;
}

.play-btn svg path {
  fill: var(--color-cta-primary);
}
