body {
  background: black;
  position: relative;
  max-width: 100%;
}

main {
  min-width: 100%;
  max-width: 100%;
  height: min-content;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/inverse.png");
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(15px);
}

video {
  width: min(1028px, 100%);
  height: auto;
  position: relative;
}

.click-shield {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
