ive added a not_mobile media query mixin - targets desktop, laptop and tablet
//if you are setting layout and want them to stack on mobile @include not_mobile() { @include span(4); }