.page-background {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1; }
  .page-background img {
    min-height: 100%;
    width: auto;
    max-width: none;
    min-width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto; }

/*# sourceMappingURL=../components/hero-background.css.map */