.brand-poster-hero .hero-image {
  background-image: linear-gradient(180deg, rgba(13,14,16,.02), rgba(13,14,16,.1)), url('/hero-brand-ses-u8-v2.png') !important;
}

@media (max-width: 600px) {
  .brand-poster-hero .hero-image {
    background-image: linear-gradient(90deg, rgba(18,19,21,.82), rgba(18,19,21,.2)), url('/hero-brand-ses-u8-v2.png') !important;
  }
}

.compare-poster {
  background-image: url('/hero-brand-ses-u8-v2.png') !important;
}

.brand-poster-hero .actions {
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .brand-poster-hero .actions {
    gap: 8px;
  }

  .brand-poster-hero .review-entry-cta {
    flex-basis: auto;
  }
}
