Given the following html :
<div class="columns">
<div class="column">Always here</div>
<div class="column">Hidden on mobile</div>
<div class="column">Always here</div>
</div>
How to make that the middle column get hidden on mobile ?
Note: I found no help on this "hide" feature on the official doc.