#gift {
    position: relative;
}
#gift-animate {
    width: 100%;
    height: 10rem;
    
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: 999;
    margin-top: 1rem;
    overflow: hidden;
}

#gift-animate li {
    width: 54%;
    height: 35%;
    margin-top: 1.2rem;
    padding: 2px 4px 4px 2rem;
    /* background-color: cyan; */
    background-color: rgba(255, 119, 1, 0.6);
    position: relative;
}

#gift-animate li p {
    font-size: 1.3rem;
    color: #01b3e9;
}
#gift-animate li p:nth-of-type(1) {
    font-size: 1.6rem;
    color: #fff;
}

#gift-animate img {
    position: absolute;
    z-index: 999;
    right: 0rem;
    top: -1rem;
}
