@media (min-width: 300px) and (max-width: 600px) {
	.displayNone {
		display: none;
	}
}