.team__list{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:1rem}.team__item{width:250px;height:300px;position:relative}.profile__image{position:absolute;top:0;right:0;left:0;bottom:0;box-shadow:0px 5px 10px rgba(0,0,0,0.16)}.profile__image img{object-fit:cover;width:100%;height:100%}.profile__text{position:absolute;top:0;right:0;left:0;bottom:0;z-index:1;opacity:0;background:rgba(255,255,255,.9);display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start;padding:1.5rem;cursor:pointer;transition:opacity .25s ease}.team__item:hover .profile__text{opacity:1}.profile__title small{font-weight:400;display:block}.profile__popover{max-width:1000px;padding:2rem;background:#fff;border-radius:10px;max-height:80vh;width:1000px;max-width:95vw;overflow-y:auto}.profile__popover__image{margin-bottom:1rem;width:100px}.profile__popover__social{display:flex;gap:1rem;margin-bottom:2rem}.profile__popover__social a{width:40px;height:40px}.profile__popover__title small{display:block;font-weight:400;color:#737990}@media(min-width:768px){.profile__popover__image{width:auto}}.popover__close{position:absolute;top:-3rem;right:0;pointer-events:none;background:transparent;border:1px solid #fff;border-radius:10px;color:#fff;cursor:pointer}