#language-switch, #theme-switch { display: none; }

@media (min-width: 768px) {
    #language-switch, #theme-switch { display: inline-block; }
}