.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 250px);
}

.parallax::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.parallax__content {
  max-width: 640px;
  margin: 0 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  color: #FFF;
}

@media (max-width: 570px) {
  .parallax__content {
    margin: 0 25px;
    position: absolute;
    top: auto;
    bottom: 25px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.parallax__content h2 {
  text-align: left;
  color: #FFF;
  font-size: 2.5em;
  margin: 0 0 0.4em 0;
}

@media (max-width: 570px) {
  .parallax__content h2 {
    font-size: 1.9em;
  }
}

.parallax__content p {
  margin-bottom: 1em;
  font-size: 1.2em;
}

.parallax__content a.btn.help-donate {
  min-width: 150px;
}

.parallax__content a.btn.help-donate span.icon {
  width: 30px;
  height: 25px;
  margin-left: 10px;
}

.parallax.page-parallax {
  height: 50vh;
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-height: 601px) and (max-height: 768px) {
  .parallax.page-parallax {
    height: calc(100vh - 220px);
  }
}

@media (min-height: 769px) and (max-height: 1080px) {
  .parallax.page-parallax {
    height: calc(100vh - 360px);
  }
}

@media (min-device-width: 320px) and (max-device-width: 824px) and (orientation: landscape) {
  .parallax.page-parallax {
    height: calc(100vh - 100px);
  }
}

@media (min-device-width: 825px) and (max-device-height: 600px) and (orientation: landscape) {
  .parallax.page-parallax {
    height: calc(100vh - 100px);
  }
}

.parallax.page-parallax::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}

.parallax.page-parallax .parallax__content {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #FFF;
}

.parallax.page-parallax .parallax__content h2 {
  text-align: center;
  color: #FFF;
  font-size: 2.5em;
  margin: 0 0 0.5em 0;
}

.parallax.page-parallax .parallax__content p {
  margin-bottom: 1em;
}

.parallax.page-parallax .parallax__content a.btn.help-donate {
  min-width: 150px;
}

.parallax.page-parallax .parallax__content a.btn.help-donate span.icon {
  width: 30px;
  height: 25px;
  margin-left: 10px;
}
