.btb26-youtube-facade {
	position: relative;
	width: 100%;
	margin: 0 0 1.25em;
	background: #000;
}
.btb26-youtube-facade::before {
	content: "";
	display: block;
	padding-top: var(--btb26-video-ratio, 56.25%);
}
.btb26-youtube-facade-button,
.btb26-youtube-facade iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.btb26-youtube-facade-button {
	display: block;
	padding: 0;
	cursor: pointer;
	background: #000;
	appearance: none;
}
.btb26-youtube-facade-button img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}
.btb26-youtube-facade-play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 76px;
	height: 54px;
	transform: translate(-50%, -50%);
	border-radius: 14px;
	background: rgba(220, 0, 0, 0.92);
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.btb26-youtube-facade-play::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 15px;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #fff;
}
.btb26-youtube-facade-button:hover .btb26-youtube-facade-play,
.btb26-youtube-facade-button:focus .btb26-youtube-facade-play {
	background: rgba(255, 0, 0, 0.98);
}
