.hero-image {
  position: relative;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 460px;
  height: 85vh;
  width: 100%;
}

@media (max-height: 600px) {
  .hero-image {
    height: 100vh;
  }
}

@media (max-width: 575px) {
  .hero-image {
    height: 80vh;
  }
}

.hero-image:before {
  content: "";
  height: 100%;
  width: 100%;
  height: 170vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
}

.hero-image__content {
  max-width: 640px;
  text-align: left;
  color: #fff;
}

.hero-image__content h1,
.hero-image__content h2 {
  text-align: left;
  color: #fff;
  font-size: 2.5em;
  margin: 0 0 0.4em 0;
}

.hero-image__content h1 a,
.hero-image__content h2 a {
  color: #FFFFFF;
}

@media (max-width: 570px) {
  .hero-image__content h1,
  .hero-image__content h2 {
    font-size: 1.5em;
  }
}

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

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

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

.hero-image.withEffect {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover !important;
  min-height: 460px;
  height: 85vh;
  width: 100vw;
}

@media (max-height: 500px) {
  .hero-image.withEffect {
    height: calc(100vh + 100px);
  }
}

@media (min-height: 501px) and (max-height: 600px) {
  .hero-image.withEffect {
    height: calc(100vh);
  }
}

@media (min-height: 501px) and (max-height: 600px) and (max-width: 320px) {
  .hero-image.withEffect {
    min-height: 380px;
    height: calc(70vh);
  }
}

@media (min-height: 601px) and (max-height: 768px) {
  .hero-image.withEffect {
    height: calc(100vh - 160px);
  }
}

@media (min-height: 601px) and (max-height: 768px) and (min-width: 1090px) {
  .hero-image.withEffect {
    height: calc(85vh);
  }
}

@media (min-height: 769px) and (max-height: 1080px) and (max-width: 1089px) {
  .hero-image.withEffect {
    height: calc(60vh);
  }
}

@media (min-height: 769px) and (max-height: 1080px) and (min-width: 1090px) {
  .hero-image.withEffect {
    height: calc(84vh);
  }
}

.hero-image.withEffect .hero-image__content {
  max-width: 80%;
  margin: 44vh 0 0 60px;
  position: relative;
  text-align: left;
  color: #fff;
}

@media (max-device-height: 568px) and (orientation: portrait) {
  .hero-image.withEffect .hero-image__content {
    margin: 57vh 0 0 30px;
  }
}

@media (max-width: 575px) {
  .hero-image.withEffect .hero-image__content {
    margin: 49vh 0 0 30px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .hero-image.withEffect .hero-image__content {
    margin: 48vh 0 0 30px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .hero-image.withEffect .hero-image__content {
    margin: 48vh 0 0 30px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 667px) and (orientation: portrait) {
  .hero-image.withEffect .hero-image__content {
    margin: 54vh 0 0 30px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: portrait) {
  .hero-image.withEffect .hero-image__content {
    margin: 52vh 0 0 30px;
  }
}

@media only screen and (device-width: 411px) and (device-height: 823px) and (orientation: portrait) {
  .hero-image.withEffect .hero-image__content {
    margin: 52vh 0 0 30px;
  }
}

@media only screen and (device-width: 414px) and (device-height: 736px) and (orientation: portrait) {
  .hero-image.withEffect .hero-image__content {
    margin: 48vh 0 0 30px;
  }
}

@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .hero-image.withEffect .hero-image__content {
    margin: 55vh 0 0 50px;
  }
}

@media (width: 1367px) and (min-height: 767px) {
  .hero-image.withEffect .hero-image__content {
    margin: 50vh 0 0 50px;
  }
}

@media (width: 1280px) and (height: 800px) {
  .hero-image.withEffect .hero-image__content {
    margin: 50vh 0 0 50px;
  }
}

@media (min-width: 1440px) and (min-height: 801px) {
  .hero-image.withEffect .hero-image__content {
    margin: 58vh 0 0 50px;
  }
}

@media (min-height: 1080px) {
  .hero-image.withEffect .hero-image__content {
    margin: 52vh 0 0 50px;
  }
}

.withEffect-hero-image {
  position: absolute;
  z-index: 2;
  top: 85vh;
  background: #faf8f8;
  width: 100%;
  -webkit-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 575px) {
  .withEffect-hero-image {
    top: 80vh;
  }
}

@media (max-height: 500px) {
  .withEffect-hero-image {
    top: calc(100vh + 100px);
  }
}

@media (min-height: 601px) and (max-height: 768px) {
  .withEffect-hero-image {
    top: 63vh;
  }
}

@media (min-height: 769px) and (max-height: 1080px) and (max-width: 1089px) {
  .withEffect-hero-image {
    top: 60vh;
  }
}

@media (max-height: 768px) and (min-height: 601px) and (min-width: 1090px) {
  .withEffect-hero-image {
    top: 84vh;
  }
}

@media (min-height: 769px) and (max-height: 1080px) and (min-width: 1090px) {
  .withEffect-hero-image {
    height: calc(71vh);
  }
}

.hero-image.withoutEffect {
  position: relative;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover !important;
  min-height: 400px;
  height: 70vh;
  width: 100%;
}

.hero-image.withoutEffect .hero-image__content {
  max-width: 640px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(50px, -50%);
          transform: translate(50px, -50%);
  text-align: left;
  color: #fff;
}

@media (max-width: 575px) {
  .hero-image.withoutEffect .hero-image__content {
    -webkit-transform: translate(25px, -50%);
            transform: translate(25px, -50%);
  }
}

.withoutEffect-hero-image {
  position: relative;
  z-index: 999;
  background: #faf8f8;
  width: 100%;
  -webkit-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-image .hero-image__content .btn-more {
  padding: 15px 60px;
  border: 1px #fff solid;
  margin: 10px auto 0 auto;
  border-radius: 6px;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0.2px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .hero-image .hero-image__content .btn-more {
    padding: 10px 30px;
    white-space: normal;
    max-width: 210px;
  }
}

.hero-image .hero-image__content .btn-more {
  background-color: #fff;
  color: black;
}
