.mbr-yt-facade {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #0d0d0d;
}

.mbr-yt-facade__play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #111;
}

.mbr-yt-facade__play::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.2s ease;
}

.mbr-yt-facade__play:hover::before,
.mbr-yt-facade__play:focus::before {
  background: rgba(0, 0, 0, 0.2);
}

.mbr-yt-facade__play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 16px 0 16px 26px;
  border-color: transparent transparent transparent #fff;
  margin-left: 5px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
}

.mbr-yt-facade .mbr-embedded-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
