#dynamic-gallery {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-img {
    position: absolute;
    width: 350px;
    transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
}
