/* src/css/photography.css */
body.photography-layout .photography-page {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
body.photography-layout .photography-gallery {
  align-items: stretch;
}
body.photography-layout .photography-item {
  min-width: 0;
}
body.photography-layout .photography-item img {
  display: block;
}
