#gifone {
    position: relative;
    width: 100px;
    height: auto;
}
#giftwo {
    position: fixed;
    bottom: 0;
    left: 25%;
    transform: translateX(-50%);
    width: 100px;
    height: auto;
}
