/**
* Theme Name: Blonwe Child
* Description: This is a child theme of Blonwe, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: blonwe
* Version: 1.3.7
*/


.brand-swiper{
    padding:20px 0;
}

.brand-swiper .swiper-slide{

    display:flex;
    justify-content:center;
    align-items:center;
    height:120px;

}

.brand-swiper img{

    max-width:170px;
    max-height:80px;

    width:auto;
    height:auto;

    object-fit:contain;

    transition:.3s;
    filter: grayscale(100%);
    opacity:.8;

}

.brand-swiper img:hover{

    filter:none;
    opacity:1;
    transform:scale(1.05);

}