alignables.forEach(function(el) {
        el.classList.remove('left');
        el.classList.add('right');
      });