.parallax {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
  z-index: -99;
  background-position: bottom;
  background-size: cover;
  background-image: url("https://www.jqueryscript.net/dummy/1.jpg");
}

.content {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200vh;
}

body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  overflow-x: hidden;
}

.content-inner {
  padding: 32px;
  position: relative;
}
/*# sourceMappingURL=style.css.map */
