#giftCards {
    position: relative;
}

#giftCardsLinkBuy {
    position: absolute;
    top: 77.8%;
    left: 35.4%;
    width: 29.5%;
    height: 7%;
}

#giftCardsPicture {
    aspect-ratio: 2000/1880;
}

@media (max-width: 800px) {

    #giftCardsLinkBuy {
        position: absolute;
        top: 77.8%;
        left: 28%;
        width: 44%;
        height: 7%;
    }

    #giftCardsPicture {
        aspect-ratio: 800/1106;
    }
}