body {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.video {
  width: 100%;
  max-height: 100dvh;
  aspect-ratio: 16/9;
  position: relative;
}
.video video {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 100dvh;
  position: relative;
}
.video .lrc {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  text-align: center;
  color: white;
  mix-blend-mode: difference;
  font-family: "Noto Serif SC", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  bottom: 50px;
}
@media (max-width: 800px) {
  .video .lrc {
    font-size: 30px;
    bottom: 30px;
  }
}
@media (max-width: 500px) {
  .video .lrc {
    font-size: 20px;
    bottom: 20px;
  }
}
.video .lrc p {
  all: unset;
  display: block;
  margin: 0;
}

/*# sourceMappingURL=font-mix-blend-mode.css.map */
