.background {
  padding: 3.75rem 0 3.125rem;
  position: relative;
  z-index: 2;
}
.background--full .background__image {
  left: 50%;
}
.background--full .background__image--left, .background--full .background__image--right {
  transform: none;
}
.background--full .background__image--left {
  left: initial;
  right: 100%;
}
.background--full .background__image--right {
  right: 0;
}
.background__image, .background__background {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 2 * 8rem);
}
.background__image--full, .background__background--full {
  width: 100vw;
}
.background__image {
  z-index: -1;
  object-fit: cover;
  max-width: 200vw;
}
.background__image--fit {
  width: auto;
  height: 100%;
}
.background__background {
  z-index: -2;
  height: 100%;
  top: 0;
}
.background--full .background__background {
  width: 100vw;
}
/*# sourceMappingURL=background.css.map */
