.ke-movie-facade::before {
  content: '';
  display: block;
  width: 68px;
  height: 48px;
  background: url(https://lunasol-prod.g.kuroco-img.app/files/user/assets/images/common/icon_yt.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.ke-movie-facade img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.ke-movie-facade svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  pointer-events: none;
}