.scrolling-banner__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 20px;
    overflow: auto;
    scroll-snap-type: x mandatory;
}
.scrolling-banner__items::-webkit-scrollbar {
    display: none;
}
.scrolling-banner__item .media {
    background: none;
}
.scrolling-banner__item {
    scroll-snap-align: start;
}