.mobile{display:none}
@media(max-width:768px){.mobile{display:block}
.desktop{display:none}
}