if (this.$play_pause.hasClass('stop')) {
          this._play();
        } else {
          this.$playBtn.removeClass('is-hidden');
          this.$pauseBtn.addClass('is-hidden');