It came as a surprise to me that Twitter Bootstrap does not include media queries specifically for creating a well-suited version of a website for mobile portrait screens.
Defining the width for "mobile portrait" is a bit complicated. In the past, most phones had a screen width of 320px, but now it is more recommended to target devices narrower than 375px.
For information on iPhone screen resolutions, check out this link.
I require at least .col-xxs-* classes with a breakpoint at 375px screen width, similar to .col-xs-*. This code can be either CSS or SCSS. I am currently using Bootstrap-4-alpha and hope that the solution will also work for Bootstrap-3.