#wrap {
    width: 293px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0px;
}

#wrap .img-list {
    display: flex;
    position: relative;
    left: 0px;
}

#wrap .img-list img {
    width: 293px;
    position: relative;
}