section.precontent {
  height: 100vh;
  background-color: #ffe1e1;
  position: relative;
  z-index: 10;
}
.toolbar-horizontal section.precontent {
  height: calc(100vh - 40px);
}
.toolbar-horizontal.toolbar-tray-open section.precontent {
  height: calc(100vh - 80px);
}
section.precontent .precontent__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
section.precontent .precontent__next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
section.precontent .precontent__next ul {
  display: flex;
  padding: 0;
  margin: 0 0 5vh;
  list-style: none;
}
section.precontent .precontent__next ul li a {
  pointer-events: auto;
  cursor: pointer;
}
