//## Define the maximum width of `.container` for different screen sizes.
// Small screen / tablet
$container-tablet: (480px + $grid-gutter-width) !default;
//** For `$screen-sm-min` and up.
$container-sm: $container-tablet !default;
