@media only screen and (max-width: 1080px) {
    #hideButton{
        display:none;
    }
}