.parallax-bg {
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 260px);
  z-index: 0;
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  .parallax-bg {
    background-attachment: scroll;
  }
}
@supports not (-webkit-touch-callout: none) {
  .parallax-bg {
    background-attachment: fixed;
  }
}
.parallax-bg.normal-width {
  height: 360px;
  width: 100%;
}
/*# sourceMappingURL=parallax.css.map */
