.gallery-image-caption {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.photography-spread .gallery-image-container:nth-child(3), .photography-spread .gallery-image-container:nth-child(8), .photography-spread .gallery-image-container:nth-child(13) {
  min-width: 100%; }

.pswp {
  top: 0 !important; }

.gallery {
  display: flex;
  flex-wrap: wrap; }
  .gallery-container {
    overflow-x: hidden; }
  .gallery-image {
    width: 100%; }
    .gallery-image-container {
      display: inline-block;
      min-width: 35em;
      max-width: 100%;
      flex: 1; }
    .gallery-image-link[href] {
      border: 0;
      text-decoration: none;
      transition: 0.2s ease opacity;
      opacity: 0.85; }
      .gallery-image-link[href]:hover {
        opacity: 1; }
