.noble-carousel {
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
}

.noble-clients-wrapper {
    display: inline-flex;
    position: absolute;
    white-space: nowrap;
    will-change: transform;
}

.noble-clients-wrapper img {
    max-width: 260px;
    flex-shrink: 0;
    display: block;
}

