
.dwi-hero-text h2,
.dwi-section h2, .gallery-item img{
    opacity:0;
    transform:translateY(100px);
    transition:all 1.2s ease;
}

.dwi-hero-text h2.show,
.dwi-section h2.show,
.gallery-item img.show {
    opacity:1;
    transform:translateY(0);
}


.story-timeline{
    opacity:0;
    transform:translateX(-120px);
    transition:all 1.9s ease;
}

.story-timeline.show{
    opacity:1;
    transform:translateX(0);
}



#dwi-cover h1{
    opacity:0;
    transform:translateY(100px);
    transition:all 1.9s ease;
}

#dwi-cover h1.show{
    opacity:1;
    transform:translateY(0);
}