El #moving_container
tiene un pequeño offset cuando scrolleas, cambien la línea 726 del cover_bundle_js.js
De:
var starting_point = $timer.height() + $timer.offset().top - 20;
A:
var starting_point = $timer.height() + $timer.offset().top - 10;
y listo!
Nice, gracias, ese valor fue a ojo de buen cubero, thx!