.team__wrapper{display:grid;grid-template-columns:repeat(3, 1fr);column-gap:30px;row-gap:30px}.team__wrapper *{box-sizing:border-box}.team__wrapper .team__item .team__content{padding:15px 0px}.team__wrapper .team__item .team__content h3{margin-bottom:10px;font-size:22px;margin-top:0px;font-weight:bold}.team__wrapper .team__item .team__content .team__functie{font-size:16px;font-weight:300;font-style:italic}.team__wrapper .team__item .team__thumb{position:relative;overflow:hidden}.team__wrapper .team__item .team__thumb .reveal{position:relative;width:100%;height:auto;overflow:hidden}.team__wrapper .team__item .team__thumb .reveal img{position:absolute;width:100%;height:100%;object-fit:cover}.team__wrapper .team__item .team__thumb .reveal:after{content:"";position:relative;display:block;padding-bottom:100%}.team__wrapper .team__item .team__thumb .thumb__overlay{text-align:center;width:100%;visibility:hidden;opacity:0;position:absolute;bottom:0px;left:0px;height:0px;background:#fff;display:flex;align-items:center;padding:20px;transition:all .4s ease;overflow:hidden;z-index:1}.team__wrapper .team__item .team__thumb .thumb__overlay .overlay__content{width:100%}.team__wrapper .team__item .team__thumb .thumb__overlay .team__social{display:flex;margin:-5px;justify-content:center}.team__wrapper .team__item .team__thumb .thumb__overlay .team__social a{width:40px;height:40px;border-radius:100%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;margin:5px;border:2px solid rgba(0,0,0,0);transition:all .4s ease}.team__wrapper .team__item .team__thumb .thumb__overlay .team__social a:hover{border-color:#000;background:rgba(0,0,0,0);color:#000}.team__wrapper .team__item:hover .team__thumb .thumb__overlay{visibility:visible;opacity:1;height:100%}@media screen and (max-width: 990px){.team__wrapper{grid-template-columns:repeat(2, 1fr)}}/*# sourceMappingURL=team.css.map */
