.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;
  width: 100%;
}

.hero-image__content h1 a,
.hero-image__content h2 a {
  color: #fff !important;
  text-decoration: none;
}

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

.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;
  display: flex;
  align-content: flex-end;
}

@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: 0 0 80px 80px;
  position: relative;
  text-align: left;
  color: #fff;
  align-items: flex-end;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
}

@media (max-width: 1089px) {
  .hero-image.withEffect .hero-image__content {
    margin: 0 0 120px 80px;
  }
}

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

.withEffect-hero-image {
  position: relative;
  z-index: 1;
  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);
}

.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%);
    padding: 0 15px 0 0;
  }
}

.withoutEffect-hero-image {
  position: relative;
  z-index: 1;
  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 60px;
  }
}

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