@media (min-width: 850px) {
	img{
		width:850px;
		margin-top: 20px;
	}
}

@media (max-width: 850px) {
	img{
		width:100%;
		margin-top: 0;
	}
}