html,
body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
}

body {
  background-color: #000;
  background-image: url("slopbg-96x56.gif");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
  overflow-x: hidden;
}

.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;
}

.page-dimmer {
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  z-index: 1;
}

.page-dimmer.is-active {
  opacity: 0.9;
  pointer-events: auto;
}

.video-stage {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px 24px 180px;
}

.video-frame {
  position: relative;
  width: min(960px, 88vw);
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 18px 40px rgba(0, 0, 0, 0.45);
  background: #000;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sloppicoppi {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: min(720px, 78vw);
  max-width: 100%;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 700px) {
  .video-stage {
    padding: 16px 16px 140px;
  }

  .video-frame {
    width: 94vw;
  }
}
