.brands-inline {
    background: #ddd;
    color: #000;
    padding: 30px;
    text-align:center;
}

.brand-box {
    display: inline-block;
}

.brands-container {
    padding: 70px 0;
    text-align: center;
}

.brand-box img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}