@media screen and (max-width: 800px)   {
div.item {   
	float:left;
	width: 40%;
	height: 250px;
    }
img.item {
	width: 90%;
}
}
