img {
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
	body {min-width: 0px;}
	div {
		width: auto !important;
		float: none !important;
		}
	* {
		width: auto !important;
		float: none !important;
		}
	img {
		width: auto !important;
		height: auto !important;
		max-width: 100%;
}
}