@media all and (max-width: 1023px) {
	#desck {
		display: none;
	}
}

@media all and (min-width: 1024px) {
	#responsive2 {
		display: none;
	}
}