If you want something like the image attached is easy with CSS...
.brand {
display: block;
float: left;
padding: 10px;
border: dotted 1px;
margin: 5px;
text-align: center;
}
.brand:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.brand-products {
display: none;
}
.brand-img {
width: 200px;
height: 100px;
}