.compare {
  margin-top: 5rem;
  pointer-events: auto;
}
.compare-scroll-container {
  height: 300vh;
}
.compare-sticky {
  height: calc(100vh - 52px);
  top: 5%;
  width: 100%;
  overflow: hidden;
  position: sticky;
}
.compare-lockup-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: grid;
}
.compare-lockup {
  grid-area: 1 / 1 / 2 / 2;
  align-items: center;
  height: 100%;
  display: grid;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
canvas {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .compare-sticky {
    height: calc(100vh - 140px);
    top: 52px;
  }
}
