.swiper {
  overflow: hidden;
  width: 100%;
}
.swiper-wrapper {
  display: flex;
  align-items: center;
}
.marque-item {
  flex-shrink: 0;
}
.marque-item-image {
  display: block;
  width: 120px;
  height: auto;
}

.marque {
  background-color: #a7d600;
}
