/* Brand / partner logo carousel */
.it-brand-sseed.it-brand-area {
  position: relative;
  z-index: 6;
}

.it-brand-sseed .it-brand-active {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.it-brand-sseed .swiper-wrapper {
  position: relative;
  z-index: 3;
}

.it-brand-sseed .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  position: relative;
  z-index: 4;
}

.it-brand-sseed .it-brand-item {
  position: relative;
  z-index: 5;
}

.it-brand-sseed .it-brand-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 6;
}

.it-brand-sseed .it-brand-logo {
  display: block;
  position: relative;
  z-index: 7;
  width: auto;
  max-width: 145px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
