@media screen and (min-width:800px) and (max-width:999px) {
	.display_none_p {
		display: none !important;
	}
}