.customer
{
    width:200px;
    height:200px;
    background:#eaeaea;
    position:relative;
    transition:0.5s all ease;
}
.customer:hover img
{
    filter:invert(100%);
}
.customer:hover
{
    background:#dd2314;
}