.marquee {
  overflow: hidden;
}

.native-marquee__viewport {
  display: block;
  width: 100%;
  overflow: hidden;
}

.native-marquee__track {
  display: flex;
  width: max-content;
  min-width: 200%;
  will-change: transform;
}

.native-marquee__group {
  display: flex;
  flex: 0 0 auto;
  align-items: inherit;
  min-width: 50%;
}
