/* CSS Document */


.img {width:400px; height:400px; max-width:400px}

@media only screen and (max-width : 500px) {
	
	.img {width:300px; height:300px; max-width:300px}
	}
