@media screen and (min-width: 960px) {
    #SP_floating{
        display: none;
    }
}
@media screen and (max-width: 959px) {

    #SP_floating {
        color:white;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
        position:fixed;
        overflow:hidden;
        bottom:0;
        width: 80%;
        height:50px;
        z-index:5;
        padding:0.5rem;
    }
    
    #SP_floating a {
        font-size: 1.3rem;
        color:white;        
        margin-left:1%;
        width: 48%;
        height:40px;
        background: #f78808;
        display: inline-block;
        text-align:center;
        text-decoration: none;
        border-radius: 4px;
    }

    #SP_floating .SP_float_small{
        top: -0.2rem;
        font-size: 0.6rem;
    }

}
