renderMobile: function() {
        this.$el.html(this.templateMobile());
        this.$el.removeClass('hide');
        this.initCustomViews();
      },