.canvas-container {
  height: 10000px;
  background: #000;
  width: 100%;
  position: relative;
}

.canvas-bg-container {
  margin: 0 auto;
  height: 100%;
  position: absolute;
  width: 100%;
}

.sticky-pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
}

#canvas {
  position: relative;
  width: auto;
  height: auto;
  max-width: 1200px;
}
