html, body {
  height: 100%;
  margin: 0;
}
video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: fixed;
  width: 100%;
}
div {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  inset: 0;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  text-align: center;
}
img {
  max-height: 30vh;
  max-width: 40vw;
}
span {
  bottom: 5vh;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  letter-spacing: 0.02em;
  opacity: 0.8;
  position: absolute;
}