.banner-container {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.image-track {
  display: flex;
  width: max-content;
  position: absolute;
  left: 0;
  top: 0;
}

.scroll-image {
  height: 150px;
  margin-right: 20px;
  object-fit: contain;
}

.invert-text {
  filter: invert(1);
}
