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