/* Crop the source artwork to the supplied 2:1 framing without stretching it. */
.award-showcase {
  aspect-ratio: 370 / 184 !important;
  background: transparent !important;
}

.award-wide-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 39% center !important;
}
