/* .marquee-container {
    width: 100%;
    overflow: hidden;
}
.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}
.marquee-content-item-wrap {
    display: inline-flex;
    align-items: center;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.marquee-content img {
    margin-right: 10px; 
}
.marquee-content img {
    margin-left: 10px; 
    margin-right: 10px;
}

 */
.js-marquee-wrapper {
    display: inline-block;
}
.custome-marquee {
    overflow: hidden;
}
.js-marquee {
    margin-right:0px!important;
}