Disable the responsiveness of Bootstrap by fixing the width of the container and using the first grid system tier.
Note the lack of the <meta name="viewport" content="width=device-width, initial-scale=1.0">
, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.