/* Reviewed article cards only. Never stretch a landscape image into a strip. */
@media(max-width:760px){
  .growth-card img.growth-reviewed-thumb{
    height:100px;min-height:100px;object-fit:contain;align-self:start;margin-top:14px;
  }
}
