.photogridauto {
	grid-template-columns: repeat(7, 1fr);
	}
.photogridauto img { 
	cursor:pointer;
	}	
