@media only screen and (max-width: 1023px)
{
    #donate-button-wrapper
    {
        bottom: 55px; /* footer is 45px high (when shown) and we need to be above it with a comfortable gap */
    }

}