.video-facade {
	position: relative;
	max-width: 560px;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	overflow: hidden;
	background: #111;
}

.video-facade img,
.video-facade iframe {
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

.video-facade__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 0;
	border-radius: 999px;
	padding: 12px 20px;
	background: #d9232e;
	color: #fff;
	font: 700 15px/1 Arial, sans-serif;
	cursor: pointer;
}

.video-facade__play:hover,
.video-facade__play:focus {
	background: #a81820;
}
