@media only screen and (max-width:760px) {
img{
		max-width:100%;
		height:auto;
}

}

