.cmh-image-slider .swiper-slide {
    width: auto;
    margin-right: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100px;
}

.cmh-image-slider .swiper-slide img {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
    display: block;
	padding-right: 50px;
    object-fit: contain;
	max-height: 100px;
	max-width: 150px !important;
}

.cmh-image-slider .swiper-slide a:hover img {
    filter: grayscale(0%);
}

.cmh-image-slider {
    width: 100%;
    overflow: hidden;
}

.cmh-image-slider .swiper-wrapper {
    display: flex;
}

.cmh-image-slider .swiper-slide:last-child {
    margin-right: 0;
}