/* The NJK family of divisions, shown as individual logos rather than a picture
   of them, so they stay sharp at any size and each carries its own name for
   search engines and screen readers. They travel right to left, in the same
   manner as the key brands further down the page. */

.divisions-carousel {
  overflow: hidden;
  width: 100%;
  margin-top: 34px;
}

.divisions-carousel__wrapper.swiper {
  margin: 0;
  position: static;
}

.divisions-carousel .swiper-wrapper {
  display: flex;
  align-items: center;
  /* a steady pace rather than an ease on each step, so the row reads as one
     continuous movement rather than a series of jumps */
  transition-timing-function: linear;
}

.divisions-wall__item {
  /* Swiper's own stylesheet is not loaded on this site, so the slide never
     receives its flex-shrink of 0 and would otherwise be squeezed to a sliver
     regardless of the width Swiper sets inline */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  min-height: 132px;
  height: auto;
}

.divisions-wall__item img {
  max-width: 88%;
  max-height: 74px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .divisions-carousel { margin-top: 26px; }
  .divisions-wall__item { min-height: 96px; padding: 10px 6px; }
  .divisions-wall__item img { max-height: 54px; max-width: 84%; }
}

@media (max-width: 479px) {
  .divisions-wall__item { min-height: 88px; }
  .divisions-wall__item img { max-height: 50px; max-width: 84%; }
}
