.running-headline--wrapper {
  max-width: 100vw;
  white-space: nowrap;
  transform: translate3d(0);
}
.running-headline--wrapper--row {
  font-size: 21vw;
  line-height: 1;
  font-weight: 700;
  will-change: transform;
  transform: translateX(0);
  display: inline-block;
}
.running-headline--revers .running-headline--wrapper--row {
  animation-direction: reverse;
  margin-left: -90%;
}

/*
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
body.scroll-up{
    .running-headline{
        .running-headline--wrapper--row{
            //transform: translateX(-100%);
            animation-direction: reverse;
        }
        .running-headline--revers{
            .running-headline--wrapper--row{
                animation-direction: normal;
            }
        }
    }
}*//*# sourceMappingURL=running-headline.css.map */