/* The ticker moves one measured content unit at a time. JavaScript sets the
   distance after it has duplicated enough units for the current viewport. */
.wow-marquee-track{transform:translateX(0)}
@keyframes wow-marquee{from{transform:translateX(0)}to{transform:translateX(calc(var(--wow-marquee-distance,760px) * -1))}}
