.image-slider {
    .image-wrapper {
        border-radius: 30px;
        overflow: hidden;

        @media screen and (max-width: 576px) {
            border-radius: 20px;
        }
        img {
            width: 100%;
        }
    }
}