you can add a copy of the same container and make it visible only in the sizes you want with the hidden-xx and visible-xx classes, like this:
<div class="container-fluid hidden-md hidden-lg"> your content here </div>
and this is for a regular container:
<div class="container hidden-xs hidden-sm"> your content here </div>
Charly
source share