.eh-page-wrap {
  transition: all 0.3s;
}
.eh-page-wrap.eh-page-wrap__fixed {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 100vw;
  top: 0;
  background: #fff;
  z-index: 10;
}
.eh-page-wrap__fixed.eh-page-wrap__visible {
  left: 0;
}
.eh-page {
  width: 100vw;
  height: 100vh;
}
