a#ssoImageLink{
    display: block;
}

a img.promoImage{
    max-height: 180px;
    width: 100%;
    object-fit: contain;
}

div#ndmsRewardsPromoImage{
    padding: 20px;
}

@media only screen and (max-width: 1000px) {
    img.promoImage{
        padding: 20px 0px;
    }
  }