@media only screen and (max-width: 600px) {
	html, body, div, span, p, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, section, input, textarea {
	}
	.needDesktop {
		display: none;
	}
}