@import "../assets/lesshat-prefixed";

body {
  margin: 0;
  padding: 0;
}

#scroll-stage {
  height: 5000px;
}

#hero {
  .lh-translate(-50%, -50%);

  position: fixed;
  top: 50%;
  left: 50%;
}
