/* xl - DESKTOP STYLES */
.archive #primary article p.thumb, .home #primary article p.thumb, #home.blog #primary article p.thumb {
  aspect-ratio: 1.7777777778;
  /* pick the ratio you want for cards */
  overflow: hidden;
}
.archive #primary article p.thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* no cropping; may show bars */
  object-position: center;
  display: block;
}
.archive #primary article p.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* consistent grid; some crop is expected */
  object-position: center;
  /* or '50% 30%' if you want to bias upward */
  display: block;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F12667-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */