@charset "UTF-8";
#stopMotionArea{
    position: relative;
    height: 100vh;
    width: 100vw;
}
#stopMotionImgWrapper{
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
}
.stopMotionImg{
    position: relative;
    top:0;
    left: 0;
    object-fit: cover; 
    width: 100vw; 
    height:100vh;
    will-change: transform;
}
#firstStopMotionImgWrapper{
    position: relative;
    top:0;
    left: 0;
    object-fit: cover; 
    width: 100vw; 
    height:100vh;
    will-change: transform;
    overflow: hidden;
}

#stopMotionAreaBottom{
    position: relative;
    height: 150vh;
    width: 100vw;
    margin-bottom: 100vh;
}
#stopMotionImgWrapperBottom{
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
}