maxContainerStyles(): { 'width.%': number } {
    return {
      'width.%': this.max ? this.valueToPercent(this.max) : 0,
    };
  }