html {
  height: 100%;
  overflow: hidden;
}

body {
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100%;
  overflow-y: visible;
  overflow-x: hidden;
}

.section {
  width: 100vw;
    position: relative;
    box-sizing: border-box;
      transform-style: inherit;
  }
  .section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .section, .section::before {
      background-size: cover;
    }
  .static {
    background-image: url(../Images/Noise\ Background.png);
  }

/* .hero::before {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("Images/Website\ Cover\ Art.png");
  transform: translateZ(-0.4px) scale(1.4);
  margin-top: -95px;
  z-index: -2;
} */