.makerz-iq-client .swiper {
    width: 100%;
    height: 100%;
}

.makerz-iq-client .swiper-slide {
    text-align: center;
}

.makerz-iq-client .swiper-slide img {
    width: auto;
    margin: 0 auto;
    object-fit: cover;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.makerz-iq-client .swiper-slide:hover img {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.makerz-iq-client .swiper-slide-active img {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.makerz-iq-client .swiper-wrapper {
    align-items: center;
}