@media screen and (max-width:575px) {
    #faq-button {
        display:none;
    }
}
#faq-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    background-color: #3d69af;
    color: #ffffff;
    font-size:30pt;
    font-family:'arial';
    width:80px;
    height:80px;
    text-align:center;
    border-radius: 50%;
    margin:0px;
    padding-top:10px;
    background-image:url('images/robot-helpbutton.png');
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    border: 5px #DCB961 solid;
    box-shadow: 0px 0px 5px 5px #00000055;
}

.header {
    top:0px;
}