Desktop Only CSS Rule

@media only screen and (min-width: 1025px) {
        .myClass {
            /*...your desktop-only style...*/
        }
    } 

Did you find this article useful?