@media (max-width: 576px) {
  .hero .hero-background img {
    object-position: 90% center !important;
  }
}

@media (max-width: 1195px) {
  .hero .hero-background img {
    object-position: 90% center;
  }
}

@media (max-width: 1366px) {
  .hero .hero-background img {
    object-position: 95% center;
  }
}

