#big-body {
  position: fixed;
  height: var(--window-height);
  width: 100%;
  transition: top 0.7s;
  z-index: 50;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  top: 0;
  left: 0;
}
#big-body.show {
  top: 0%;
}

html, body {
  overflow: hidden;
}

/*# sourceMappingURL=big-body.css.map */
