

#story-container{
    width:100%;
    left: 0;
}

#story-scroll-element{
    height: 100vh;
    z-index: 1;
    top:0;
    left: 0;
    position: relative;
}

.story-element{
    height: 100vh;
    width: 100vw;
    display: inline-block;
    margin: 0;
    overflow: hidden;
}

.story-element > img {
    max-width: 100vw;
    max-height: 100vh;
    height: auto;
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
}