#paper-backing {
  position: absolute;
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  z-index: -1;
}

@media (min-width: 768px) {
  #paper-backing {
    position: absolute;
    background-color: #FFFFFF;
    height: 100%;
    width: 750px;
    left: 50%;
    margin-left: -375px;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  #paper-backing {
    position: absolute;
    background-color: #FFFFFF;
    height: 100%;
    width: 970px;
    left: 50%;
    margin-left: -485px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  #paper-backing {
    position: absolute;
    background-color: #FFFFFF;
    height: 100%;
    width: 1170px;
    left: 50%;
    margin-left: -585px;
    z-index: -1;
  }
}

/*# sourceMappingURL=backing.css.map */
