.photoswipe-gallery-custom {
  display: flex;
  flex-wrap: wrap;
}

.photoswipe-gallery-custom .field--item {
  flex: 0 0 125px;
  height: 125px;
  margin: 0 .75rem .75rem 0;
  font-size: 12px;
}

.photoswipe-gallery-custom .file-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: .75rem;
  border: 1px solid #adadad;
  background: #fff;
}

.photoswipe-gallery-custom .file-link {
  overflow: hidden;
  margin-bottom: .5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.photoswipe-gallery-custom .file-link a {
  display: block;
  height: 100%;
}

.photoswipe-gallery-custom .file-metadata {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 600px) {
  .photoswipe-gallery-custom .field--item {
    flex-basis: 140px;
    height: 140px;
  }
}
