.grid {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(400px,1fr));
  grid-auto-rows: 20px;
  text-align:left;
}

/* Non-grid specific CSS */  


.photothumb{
  width: 100%;
}

.photothumb img{
  width: 100%;
}

.grid .subtitle {
	padding:20px 0 0 0;
	font-size:20px;

}



@media screen and (max-width:640px){
	


}