.brand-list-item{
    position: relative;
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    .logo-middle{
        padding:25% 15px;
        background-color: rgba(255,255,255,1);
        transition: all ease-in 0.2s;
    }
    &:hover .logo-middle{
        background-color: rgba(0,0,0,0.2);
    }
}