html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
body {
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
}
.stage {
  width: 100vw;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.hero {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: #000;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
