.pies{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr));grid-gap:16px}.pies .card{max-height:400px;width:100%}.pies .card.card-expandable{max-height:none;overflow:visible}@media only screen and (max-width:1415px){.pies{grid-template-columns:repeat(auto-fill,minmax(450px,1fr))}}@media only screen and (max-width:500px){.pies{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.win-loss-total p{font-size:20px}}@media only screen and (max-width:896px){.pies .card{max-height:600px}}