/* Only the homepage type illustrations; use original media with responsive srcset. */
.pc-types .pc-type-image{width:100%;min-width:0;max-width:100%;height:auto;aspect-ratio:1.6;background:#eef2f4}
.pc-types .pc-type-image .pc-type-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center var(--pc-type-focus,70%);filter:none;transform:none;transition:none}
.pc-types .pc-type-image .pc-type-photo--landscape{object-fit:contain;padding:8px}
.pc-types .pc-type-card:hover .pc-type-photo{transform:none}
@media(max-width:700px){.pc-types .pc-type-card{flex:0 0 min(300px,82vw);min-width:0}}
