calculateOffsets: function() {
        this.offsetTop = this.$offsetTop.offset().top;
        this.offsetBottom = this.$offsetBottom.offset().top - this.$el.height();
      },