.team-cards{display:flex;flex-wrap:wrap;justify-content:flex-start}.team-cards__card{align-items:center;align-self:flex-start;display:flex;flex-wrap:nowrap;margin-bottom:1.4rem;max-width:100%;min-width:300px;position:relative}.team-card{margin-bottom:1.25em;margin-right:1.7em}.team-card-content{overflow:hidden;position:relative}.team-card__image{height:auto;margin:0;max-width:100%;padding:0}.team-card__overlay{background-color:#f88120;bottom:0;color:#fff;height:150px;margin:0;min-height:150px;padding:1em 1.5em;position:absolute;width:100%}.team-card__overlay:hover{animation:showbio .5s linear forwards}.team-card__overlay:hover>.team-card__bio{display:inline-block}.team-card__name,.team-card__title{color:#fff}.team-card__bio{display:none;padding:0 .7rem;width:100%}.team-card__bio,.team-card__bio h1,.team-card__bio h2,.team-card__bio h3,.team-card__bio h4,.team-card__bio h5,.team-card__bio h6{color:#fff}@keyframes showbio{0%{height:150px}to{height:588px}}