The switcher is a flexbox which display its elements in a row and at a specific width its layout change from row to column.
You don't have to use any media queries and the breakpoint is not based on the screen width, but on the switcher width!
Try to resize the switcher bellow and you will see that at 500px, its layout will switch from row to column.
element 1
element 2
In this example, we will see how the limit works. Here we have set a limit at 3 and the switcher have 3 child. Therefore, the switcher will be in column because we have reached the limit.
element 1
element 2
element 3