
.img-brand {
    filter: grayscale(1);
}
.img-brand:hover {
    filter: grayscale(0);
}