
.ticker { border-radius: 999px !important; overflow: hidden !important; }
.ticker::before, .ticker::after {
  content: "" !important;
  position: absolute !important;
  top: 0; bottom: 0;
  width: 80px; z-index: 2;
  pointer-events: none;
  border-radius: inherit;
}
.ticker::before { left: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%); }
.ticker::after  { right: 0; background: linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%); }
