.abs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.ulReset {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

.vid video {
  max-width: 100%;
  height: auto; }

.small-gutters, .thin {
  margin-right: -5px;
  margin-left: -5px; }
  .small-gutters > [class*="col"], .thin > [class*="col"] {
    padding-right: 5px;
    padding-left: 5px; }
