.brand-list__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.brand-list__brand {
  width: 25%;
  height: 100px;
  box-sizing: border-box;
  padding: 20px;
}
.brand-list__brand--has-link {
  cursor: pointer;
}
.brand-list__image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.manufacturer-logo {
  border: 1px solid #eee;
  display: inline-block;
  height: 100px;
  padding: 10px;
  width: 150px;
}
.manufacturer-logo__logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.brand-slider {
  width: 100%;
}
.brand-slider__brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.brand-slider__image {
  max-height: 100%;
  width: auto;
}
