/* Match Creation Lab thumbnails to the 200px Dance archive thumbnails. */
.post-type-archive-mr_creation .mr-summary-image {
  width: 200px;
  height: 200px;
  max-width: 100%;
  justify-self: center;
}
.post-type-archive-mr_creation .mr-summary-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-type-archive-mr_creation .mr-summary-item > .mr-summary-image img {
  width: 100%;
  height: 100% !important;
  aspect-ratio: 1 !important;
  object-fit: contain !important;
}

/* Start the Meerror video below the floated photograph, with breathing room. */
.mr-work-meerror .mr-content .mr-video {
  clear: both;
  top: 1rem;
  margin-bottom: 3.5rem;
}

/* Keep each gallery credit below its photograph, within the same card. */
.mr-work-contortion-duet .mr-content .mr-archive-gallery > .wp-block-image {
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
}
.mr-work-contortion-duet .mr-content .mr-archive-gallery > .wp-block-image img {
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: contain;
}
.mr-work-contortion-duet .mr-archive-gallery figcaption {
  margin: .6rem 0 0;
}
