They call me a hero

SLIDE 01
SLIDE 02
SLIDE 03
SLIDE 04
SLIDE 05
SLIDE 06
const containerWidth = 440 * 6 + 40 * 7; // 2920px

const viewportWidth = window.innerWidth;

const scrollDistance = containerWidth - viewportWidth;

I get scrolled down but I get up again :)