.tv-parallax {
  position: relative;
  overflow: hidden;
}

.tv-scroller {
  display: flex;
  white-space: nowrap;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.3;
  color: #b0b0b0;
}

.tv-scroller span {
  flex-shrink: 0;
}
