@media only screen and (max-width: 767px) {
  .hero-slide {
    background-position: 78% center !important;
    background-size: cover !important;
    min-height: 540px !important;
  }
}