.os-parallax {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  img {
    width: 100%;
    height: auto;
  }
}