.brand-list-item {
  position: relative;
  float: left;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px; }
  .brand-list-item .logo-middle {
    padding: 25% 15px;
    background-color: white;
    transition: all ease-in 0.2s; }
  .brand-list-item:hover .logo-middle {
    background-color: rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=brand.css.map */
