.hero-photo,
.hero-photo.sprite,
.hero-photo.sprite.s0 {
  background-color: #f3f6f9 !important;
  background-image: url("/assets/hero-tools-v1.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.hero-photo::before,
.hero-photo::after,
.hero-photo > * {
  display: none !important;
}

@media (max-width: 900px) {
  .hero-photo,
  .hero-photo.sprite,
  .hero-photo.sprite.s0 {
    background-position: 52% center !important;
  }
}
