.scroll-sequence-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; /* Fills its parent container */
}

.scroll-sequence-canvas {
  width: 100%;
  height: 100%;
  display: block;
}
