...
Progress indicator placement and positioning is fixed, relative to their parent container, regardless of screen width or height.
Linear progress indicators are fixed height and their width can be either fixed or dynamic. Max width will not exceed its parent container width.
Circular progress indicators are are fixed height and width in one of 3 available sizes (S, M, L). Original sizing should be maintained unless it exceeds the size of its parent container. The next size bellow below should be displayed in that scenario.
...