.hero-elite {
  background-image:
    linear-gradient(
      rgba(2, 10, 30, 0.55),   /* was 0.75 */
      rgba(2, 10, 30, 0.8)     /* was 0.9  */
    ),
    url("/images/HellodreamzCRM.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}







