.manufacturer-slider {
  border-top: 2px solid $ox-start-manufacturerslider-border;
  border-bottom: 2px solid $ox-start-manufacturerslider-border;
  background-color: $ox-start-manufacturerslider-bg;
  padding: $line-height-computed * 2 0;
  margin-bottom: 20px;

  .flexslider {
    background-color: transparent;
    border: none;
    width: 100%;
    margin-bottom: 15px;

    .flexslider-item {
      text-align: center;
    }

    &-item {
      .flexslider-link {
        .flexslider-img {
          width: auto;
          max-width: 100px;
          margin: 0 auto;
        }
      }
    }
  }
}