.rpb-hero.one {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (min-width: 1200px) {
  .rpb-hero.one {
    background-attachment: fixed;
  }
}
.rpb-textimage {
  position: relative;
}
.rpb-textimage > .outer-wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .rpb-textimage > .outer-wrap.container.max-sm {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .rpb-textimage > .outer-wrap.container.max-sm {
    max-width: 800px;
  }
}
