.team-loop-wrap {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 35px 12px;
box-sizing: border-box;	
}
.team-loop-wrap article {
	position: relative;
}

.team-loop-wrap article img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
position: relative;
}


.team-member-visible-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.team-member-hidden-content {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border: 1px solid #66C9B6;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: all 0.2s ease;
    overflow: scroll;
}
.team-loop-wrap article .team-member-visible-content:hover .team-member-hidden-content {
     opacity: 1;
          z-index: 2;
}


.team-member-visible-content .team-member-name-bio-wrap, .team-member-visible-content .team-member-contact {
    opacity: 0;
    transform: translate3d(0,20px,0);
    -webkit-transform: translate3d(0,20px,0);
    -moz-transform: translate3d(0,20px,0);
    transition: all 0.1s ease;
}
.team-member-visible-content:hover .team-member-name-bio-wrap, .team-member-visible-content:hover .team-member-contact {
    opacity: 1;
    transform: translate3d(0,0px,0);
    -webkit-transform: translate3d(0,0px,0);
    -moz-transform: translate3d(0,0px,0);
    transition: all 0.6s ease;
    transition-delay: 0.1s;
}
.team-member-visible-content .team-member-contact {
    margin-top: 20px;
}



.team-member-name-role {
	margin-bottom: 20px;
}
.team-member-bio {

}
.team-member-contact {
	display: flex;
}
.team-loop-wrap article .team-member-contact img {
    width: auto;
    display: inline-block;
}
.team-loop-wrap article .team-member-contact .lsb-button {
    padding: 3px 14px;
    display: flex;
    align-items: center;
    margin-right: 12px;
}
.team-loop-wrap article .team-member-contact .lsb-button svg {
 margin-right: 7px;
}
.team-loop-wrap article .team-member-contact .lsb-button svg path {
transition: all 0.3s ease;
}
.team-loop-wrap article .team-member-contact .lsb-button:hover svg path {
fill: #fff;
}
.team-member-contact a {
    color: #34CCB5;
}
.team-loop-wrap article .team-member-contact .round-icon {
    margin-right: 12px;
}
.team-loop-wrap article .team-member-contact .round-icon:last-of-type {
    margin-right: 0;
}


.team-members-block .team-member-name {
    margin-bottom: 0;
}
.team-job-title {
    font-weight: 500;
    font-size: 14px;
}

.team-member-name-role {

}
.close-overlay-wrap {
    display: none;
}

@media all and (max-width: 2000px) {
.team-member-bio {
  font-size: 14px;
}
}
@media all and (max-width: 1720px) {
.team-loop-wrap {
  grid-template-columns: 1fr 1fr 1fr;
}
}
@media all and (max-width: 1500px) {
.team-member-hidden-content {
  padding: 30px 30px;
}
.team-member-name-role {
  margin-bottom: 10px;
}
}
@media all and (max-width: 1210px) {
.team-loop-wrap {
  grid-template-columns: 1fr 1fr;
}
}
@media all and (max-width: 1024px) {
.close-overlay-wrap {
  position: absolute;
  right: -5px;
  top: 0;
  display: block;
}
.close-overlay {
  display: flex;
  cursor: pointer;
  z-index: 2;
  position: relative;
  padding: 5px;
}
.close-overlay-wrap svg {
  height: 20px;
  width: 20px;
}
.team-loop-wrap article .team-member-visible-content:hover .team-member-hidden-content {
     opacity: 0;
     z-index: 0;
}
.team-member-name-bio-wrap {
    position: relative;
}
.team-member-visible-content .team-member-hidden-content.active .team-member-name-bio-wrap, .team-member-visible-content .team-member-hidden-content.active .team-member-contact {
    opacity: 1;
    transform: translate3d(0,0px,0);
    -webkit-transform: translate3d(0,0px,0);
    -moz-transform: translate3d(0,0px,0);
    transition: all 0.6s ease;
    transition-delay: 0.1s;
}
.team-loop-wrap article .team-member-visible-content .team-member-hidden-content {
     opacity: 0;
}
.team-loop-wrap article .team-member-visible-content .team-member-hidden-content.active {
     opacity: 1; 
     z-index: 2;  
}
.team-member-visible-content:hover .team-member-hidden-content.active .team-member-name-bio-wrap, .team-member-visible-content:hover .team-member-hidden-content.active .team-member-contact {
    opacity: 1;
}
.team-member-name-role {
  padding-right: 25px;
}
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 630px) {
.team-loop-wrap {
  grid-template-columns: 1fr;
}
}
@media all and (max-width: 375px) {
.team-member-hidden-content {
  padding: 30px;
}
}