@media screen and (max-width: 640px){
	img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	#container {
		width: 100%;
	}
}

