/* Fill article frames without stretching the source photo. */
.ratio > .article-cover-image {
  object-fit: cover;
  object-position: center;
}

/* Keep the complete company logo visible in homepage job cards. */
.ratio > .job-company-image {
  object-fit: contain;
  object-position: center;
  padding: 1rem;
}
