/* Hold the Bricks keyframes until JS has built two viewport-filling halves. */
.logo-marquee:not(.is-ready) .logo-marquee__track {
	animation-play-state: paused;
}

.logo-marquee__track {
	will-change: transform;
}
