// Reset some elements styles
// This prevents article page styles bleeding into the component
.n-scrollytelling {
    p, img, figure {
        margin: 0;
        padding: 0;
        border: 0;
    }
}

.n-scrollytelling-inclusively-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
