.ils-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    white-space: nowrap;
}
.ils-slider-wrapper {
    display: flex;
    transition: none !important;
        width: 125% !important;

}
.ils-slider-item {
    display: inline-block;
    padding: 1rem 3.2rem;
}
.ils-slider-item img {
    display: block;
    max-height: 100px;
    min-width: 100px;
    max-width: 100px;
	    width: 100px;
	height:70px;
	object-fit:contain;
}

