/* CSS Document */
@media (min-width: 360px) and (max-width:640px) {
	body {
		min-width: 100% !important;
	}
	.main {
		width: 100% !important;
	}
	nav {
		display: none !important;
	}
}
