#page main {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.animate-collection {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1rem;
}
.animate-collection:not(:first-child) {
  top: 100%;
}
