.bh-carousel__section article.move_left{animation:move_left 40s linear infinite}.bh-carousel__section article.move_right{animation:move_right 40s linear infinite}.bh-carousel__section article.paused{animation-play-state:paused}@keyframes move_left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes move_right{0%{transform:translate(0)}to{transform:translate(50%)}}
