To make sure your table is responsive you have two choices:

<ul class="Vlt-list Vlt-list--simple">
<li><b>Do nothing:</b> by default the user will be able to horizontally scroll the table, so there will never be any hidden information</li>
<li>
<b>Stack it on mobile:</b> use the modifier `Vlt-table--mobile-stack` to tell the table to rearrange itself to be read vertically. The user will still be able to scroll horizontally when needed. This solution is CSS only.</li>
</ul>

**Adjust the size of this frame to check the mobile version**