.ismobile .no-mobile {
    display: none;
}

html:not(.ismobile) .no-desktop {
    display: none;
}
