.hero-media {
  background-image: url("socios-vieira-bretas.jpg");
  background-position: center 39%;
  filter: saturate(.78) contrast(1.03) brightness(.96);
}

.hero-shade {
  background: rgba(5,8,13,.58);
}

@media (max-width: 800px) {
  .hero-media { background-position: 52% center; }
  .hero-shade { background: rgba(5,8,13,.58); }
}
