@media screen and ( max-width:1200px ){
	.content img{ width:100%;}
}
@media screen and ( max-width:800px ){
	.content img{ width:100%;}
}