/* Responsive image fixes */
.home-five.hero-area.style-two {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Mobile responsive fixes */
@media only screen and (max-width: 767px) {
  .home-five.hero-area {
    height: auto !important;
    min-height: 500px !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .home-five .hero-content h1 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}

/* Small mobile responsive fixes */
@media only screen and (max-width: 479px) {
  .home-five.hero-area {
    min-height: 450px !important;
  }
  
  .home-five .hero-content h1 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
