@media screen and (max-width: 980px) {
    #specialButton {
    position:absolute;
    top:10px;
    left:40px;
    z-index: 99999;
    width:50px;
    }
}

@media screen and (min-width: 980px) {
    #specialButton {
    position:absolute;
    top:90px;
    left:68px;
    z-index: 99999;
    width:50px;
    }
}
