.wpcb-lazy-bg {
	background-image: none !important;
}
.wpcb-lazy-fade {
	opacity: 0;
}
.wpcb-lazy-fade.wpcb-lazy-loaded {
	opacity: 1;
	transition: opacity .3s ease;
}
.wpcb-lazy-youtube {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #000;
	cursor: pointer;
}
.wpcb-lazy-youtube:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}
.wpcb-lazy-youtube img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wpcb-lazy-youtube-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 68px;
	height: 48px;
	transform: translate(-50%, -50%);
	background: #f00;
}
.wpcb-lazy-youtube-play::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	transform: translate(-40%, -50%);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #fff;
}
.wpcb-lazy-youtube-iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}