
.photogallery-grid {
 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  grid-gap: 14px;
  align-items: stretch;
  
  
}
.photogallery-grid img {
  max-width: 100%;
  margin: auto;
}
