.wrapper-feature {
  color: white;
  width: 100%;
  padding: 0 0 120px;
  position: relative;
}

.wrapper-feature picture {
  position: absolute;
  height: 100%;
  width: 100%;
}

.wrapper-feature .img-bkgd {
  height: inherit;
  width: inherit;
  display: block;
  object-fit: cover;
}

.wrapper-feature .wrapper-content {
  height: 100%;
}

.ccm-page .wrapper-feature .wrapper-text h1 {
  margin: 20px 0 40px;
}

.ccm-page .wrapper-feature .wrapper-text p {
  font-size: 24px;
  line-height: 30px;
}

.wrapper-feature .wrapper-content + picture {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.wrapper-feature .img-parallax {
  width: 94%;
  height: auto;
  margin-top: 120px;
  left: 0;
  right: 0;
  position: relative;
  z-index: 10;
}

@media (min-width: 650px) {
  .wrapper-feature {
    padding: 0 0 200px;
  }

  .wrapper-feature .img-parallax {
    width: 80%;
    margin-top: 220px;
  }
}
