/* Release 206 — a real local-to-global live-music world for the gig guide hero. */
.guide-hero-image {
  background-image: url("assets/gig-guide-global-live-music-hero-v1.jpg");
  background-position: center 48%;
  filter: saturate(1.12) contrast(1.08) brightness(.95);
}

.guide-hero-shade {
  background:
    linear-gradient(90deg, rgba(3,3,3,.98), rgba(3,3,3,.76) 52%, rgba(3,3,3,.19)),
    linear-gradient(180deg, rgba(0,0,0,.03), #050505 100%);
}

@media (max-width: 700px) {
  .guide-hero-image {
    background-position: 58% center;
  }
}
