/* Homepage Hero Size Fix */

.hero-section {
  height: auto !important;
  min-height: 0 !important;
  padding: 75px 0 70px !important;
  background-attachment: scroll !important;
}

.hero-section .container,
.hero-section .fade-in {
  height: auto !important;
  min-height: 0 !important;
}

.hero-section .hero-title {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .hero-section {
    padding: 55px 0 50px !important;
  }
}
