div.item {
  min-width: 80%;
}

/*
 * The detail page serves the "web" variant (1200px wide), which is larger than the files
 * the old site stored. Keep a photo inside the window: subtract the masthead, the navigation
 * buttons and the footer, so it never needs scrolling.
 */
.photo-collection-photo img {
  max-height: calc(100vh - 12rem);
  width: auto;
}

img {
  padding: 8px;
  margin: 13px;
}

div.photo-collection-photo .form-check {
  float: left;
}

.photo-collection-thumbnail--moderated img {
  opacity: .4;
}

.photo-collection-upload-row img {
  max-height: 3rem;
  margin: 0 .5rem 0 0;
  padding: 0;
}

.photo-collection-dropzone--active {
  outline: 2px dashed #fff;
  outline-offset: .5rem;
}
