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

