$('#tea-time-month-next').on('click', function(e) {
    e.preventDefault();
    $(this).closest('.month-display-container').removeClass('show-left').addClass('show-right');
  });