.yt-facade { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; cursor: pointer; overflow: hidden; border-radius: 10px; display: block; }
.yt-facade__thumb { display: block; width: 100%; height: 100%; object-fit: cover; }
.yt-facade__play { position: absolute; inset: 0; margin: auto; width: 68px; height: 48px; padding: 0; border: 0; background: transparent; cursor: pointer; transition: transform .15s; }
.yt-facade:hover .yt-facade__play { transform: scale(1.1); }
.yt-facade.is-loading .yt-facade__play { opacity: .35; }
.yt-facade > iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
