.n-scrollytelling__figure {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.n-scrollytelling__figure {
    opacity: 0;
}

.n-scrollytelling__figure--visible {
    opacity: 1;
}
