#cast{display:flex;flex-wrap:wrap;justify-content:center;width:100%;max-width:50rem;margin:2rem auto;gap:1rem;z-index:2}#cast .castMember{flex:0 0 calc(50% - 2rem);text-align:center}#cast .castMember h3{font-size:var(--fs10);margin:.5rem 0}#cast .castMember img{width:100%;aspect-ratio:1/1;object-fit:cover;box-shadow:var(--box-shadow)}@media (width > 1280px){#cast{flex-wrap:nowrap}#cast .castMember{flex:1 1 0}}
