.n-scrollytelling__viewport {
    width: 100vw;
    height: 100vh;
    top: 0;
    overflow: hidden;
    position: sticky;
    z-index: -1;
}
