/* Preserve the Publishing Award sign and a hint of the red carpet on desktop. */
@media (min-width: 760px) {
  .community-gallery {
    grid-template-rows: 280px clamp(300px, 32vw, 410px);
  }

  .community-photo--award img {
    object-position: center 12%;
  }
}
