jQuery('.park-banner-description-button').click(function() {
        if(!jQuery(this).hasClass('open')) {
          jQuery(this).addClass('open');
          jQuery('.park-banner-description-expand').addClass('open');
        } else {