
img {
	width: 1000px;
	height: auto;
}

@media screen and (max-width: 1200px) {
	
	img { 
		width: 950px; 
		height: auto
		}
	
}