.press-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center}
.press-grid figure,.press-grid figure:nth-child(n+3),.press-grid .press-featured{grid-column:auto;grid-row:auto;align-self:center;aspect-ratio:auto}
@media(max-width:700px){
  .press-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .press-grid .press-featured{grid-column:span 2}
}
