.youtube-consent-facade {
  position: relative;
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  background: #000;
  overflow: hidden;
  vertical-align: top;
}

.youtube-consent-facade:focus {
  outline: 2px solid #064871;
  outline-offset: 2px;
}

.youtube-consent-facade img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-consent-facade .youtube-consent-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: rgba(255, 0, 0, 0.9);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.youtube-consent-facade .youtube-consent-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}

.youtube-consent-facade--responsive {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.youtube-consent-facade--responsive img,
.youtube-consent-facade--responsive .youtube-consent-play {
  position: absolute;
  top: 0;
  left: 0;
}

.youtube-consent-facade--responsive img {
  width: 100%;
  height: 100%;
}
