.mContent {
	display:none;
}
/*
@media only screen and (max-width:640px){
	.allContent {
		display:none;
	}
	.mContent {
		display:block;
	}
}
*/