#giftCards {
    position: relative;
}

#giftCardsLinkLocations {
    position: absolute;
    top: 89%;
    left: 49%;
    width: 22%;
    height: 5%;
}

#giftCardsLinkBuy {
    position: absolute;
    top: 89%;
    left: 71.4%;
    width: 22%;
    height: 5%;
}

#giftCardsPicture {
    aspect-ratio: 3600/3760;
}

@media (max-width: 800px) {
    #giftCardsLinkLocations {
        position: absolute;
        top: 90.7%;
        left: 7%;
        width: 41%;
        height: 5%;
    }

    #giftCardsLinkBuy {
        position: absolute;
        top: 90.7%;
        left: 52%;
        width: 41%;
        height: 5%;
    }

    #giftCardsPicture {
        aspect-ratio: 2400/4420;
    }
}