.image-slider {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.image-slider img {
    width: 100%;
    flex-shrink: 0;
    transition: transform 0.5s ease-in-out;
}