#gifting-fieldset:before {
    content: '';
    background: url(https://media.lanecrawford.com/feature/ss25_mothers-day_checkout_gifting_20250429_544x150.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 190px;
    width: 100%;
    display: block;
}
@media screen and (max-width: 600px){
#gifting-fieldset:before {
    background: url(https://media.lanecrawford.com/feature/ss25_mothers-day_checkout_gifting_20250429_600x200_m.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
}