#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 110px;
    width: 100%;
    text-align:center;
    background-color: #eeeeee;
    padding-top: 10px;
}
#infobox3 p {
    line-height:25px;
    font-size:12px;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}


@media only screen and (min-width: 768px) {
    #infobox3 {
        height: 120px;
        padding-top: 20px;
    }
 
    #infobox3 p {
        line-height:35px;
        font-size:13px;
        text-align:center;
    }   
}

@media only screen and (min-width: 1024px) {
    #infobox3 {
        height: 160px;
        padding-top: 40px;        
    }

    #infobox3 p {
        line-height:55px;
        font-size:14px;    
    }
}