.brand-layout .caption {
    background: #f5f5f5;
    height: 30px;
    line-height: 30px;
}
.brand-layout.col-lg-2.col-md-2.col-sm-2.col-xs-2 {width: 16.666%;padding: 1px;}
.brand-layout.col-lg-3.col-md-3.col-sm-6.col-xs-6 {width: 25%;padding: 2px;}
.brand-thumb.transition {
    border: 2px solid #f1f1f1;
}
.brand-layout {
	margin-bottom: 10px;
}
.brand-layout h4.text-center a {
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  .brand-layout.col-lg-3.col-md-3.col-sm-6.col-xs-6 {width: 33%;padding: 0px;}
  .brand-layout.col-lg-2.col-md-2.col-sm-2.col-xs-2 {
    width: 33.3%;
    padding: 1px;
}
}