@media only all and (max-width: 720px) {
    .site-stick {
        display: none;
    }
}