.e-body {
/*   background: url("/hubfs/imgheader_rewards.jpg"); */

}

a.cta_button {
    vertical-align: baseline
}

@media screen and (min-width: 768px) {
  .rewards-hero__background {
    object-position: center top;
    min-height: none;
    opacity: .4;
    filter: grayscale(0);
  }
}

.rewards-hero__background {
    position: absolute;
/*     top: 0; */
    left: 0;
    width: 100vw;
    height: auto;
    object-fit: cover;
    object-position: 95% top;
    z-index: -1;
    min-height: 510px;
/*     opacity: .2; */
/*     filter: grayscale(0.3); */
}
/* @media (max-width: 768px) { */
 .image-wrapper .hs-cta-img {
   width: 100%;
   height: auto;
  } 
/* } */
/* 


/*** hide content and show on click ***/

.content-card-0, .content-card-1, .content-card-2, .content-card-3, .content-card-4 { display: none; }
.show { display: block; }



