.fsa-scroll-sequence {
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: visible; /* important */
}

.fsa-scroll-sequence canvas.fsa-canvas {
    width: 100%;
    height: auto;  /* <- key fix */
    max-height: 100%;
    display: block;
}
