.scroll-motion-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.scroll-motion-image {
    width: 18vw;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    will-change: transform;
}

.scroll-motion-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
