@media only screen
and (min-width:1025px)
{
    .l1025 {
        display: block !important;
    }
    .h1024 {
        display: none !important;
    }
}