.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;
    @media (max-width: 767px) {
        max-height: 56px !important;
    }

}

