/* OUR_WORK_RESPONSIVE_IMAGES_V1 */

/* Display every photograph at its correct natural proportion */
.work-hero-image,
.work-gallery img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Keep gallery captions directly beneath each photograph */
.work-gallery {
  align-items: start !important;
}

.work-gallery figure,
.work-hero-figure {
  align-self: start !important;
}

/* Prevent the website's main footer styling affecting the testimonial */
.work-testimonial > footer {
  display: block !important;
  position: static !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  color: #123f35 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.work-testimonial > footer span {
  display: block !important;
  margin-top: 5px !important;
  padding: 0 !important;
  color: #68736f !important;
  background: transparent !important;
}

@media (max-width: 820px) {
  .work-hero-image,
  .work-gallery img {
    width: 100% !important;
    height: auto !important;
  }
}
