.ndmsPartnerRewardsWidget {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ndmsPartnerRewardsWidget .ndmsPartnerRewardsLink {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.ndmsPartnerRewardsWidget .ndmsPartnerRewardsImage {
    display: block;
    height: 350px;
    width: 100%;
    object-fit: contain;
}

.ndmsPartnerRewardsWidget--inactive {
    pointer-events: none;
    cursor: default;
}

@media only screen and (max-width: 900px) {
    .ndmsPartnerRewardsWidget .ndmsPartnerRewardsImage {
        max-width: 374px;
        height: auto;
        margin: 15px 0px;
    }

    .ndmsPartnerRewardsWidget {
        display: flex;
        justify-content: center;
        margin: 0;
    }
}