this.listenTo(window,"resize", () => {
                        this.width = width(this) - this.firstElementChild.offsetWidth;
                });