.team-bio .bio-text,.bio-text{opacity:0;max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease,transform .3s ease;transform:translateY(6px)}.team-bio:hover .bio-text{opacity:1;max-height:1200px;transform:translateY(0)}.headshot-trigger:hover~.bio-text,.name-role:hover~.bio-text{opacity:1;max-height:1200px;transform:translateY(0)}@media (max-width:980px){.bio-text{opacity:1;max-height:none;transform:none}}