.myBrandSwiper {
    display: block !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: hidden !important;
    padding: 30px 0;
    background: transparent !important;
    background-color: transparent !important;
}

.myBrandSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
}

.myBrandSwiper .swiper-slide,
.myBrandSwiper .single,
.myBrandSwiper .swiper-slide a {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

.myBrandSwiper .single img {
    max-width: 130px;
    height: auto;
    opacity: 1;
    transition: all 0.4s ease;
    display: block;
    margin: 0 auto;
    background: transparent !important;
    mix-blend-mode: normal;
}

.myBrandSwiper .swiper-slide a:hover {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .myBrandSwiper {
        padding: 15px 0 !important;
    }

    .myBrandSwiper .single img {
        max-width: 100px;
    }
}

@media (max-width: 480px) {
    .myBrandSwiper .single img {
        max-width: 85px;
    }
}