.desktop{ display:none; }
.mobile{ display:block; }
@media screen and (min-width:768px){
	.desktop{ display:block; }
	.mobile{ display:none; }
}