
.team-member-wrapper.two-col .team-member-item .team-member-social {
    display: none;
}
.team-member-wrapper {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  margin: 0;
  grid-row-gap: 2.5rem;
  text-align: center;
}
/* .team-member-item {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1) 0s, transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0s;
  width: auto;
  padding: 0;
} */
.atmc-team-01_img {
  position: relative;
  display: inline-block;
  width: 10rem;
  max-width: 100%;
  margin: 0 auto 1rem;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}




.atmc-team-01_img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.atmc-cap {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  font-size: .75rem;
  opacity: .8;
}

.team-member-social {
  display: inline-flex;
}

.team-member-social a {
  text-decoration: none;
  transition: all ease 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none !important;
  width: auto;
  height: auto;
}
.team-member-social a svg {
  fill: #5498dd;
  height: 1rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.team-member-social a:last-child {
  margin-left: 1rem;
}
.team-member-social a:hover {
  transform: translateY(-0.27rem);
}


.team-member-wrapper.two-col .atmc-team-01_bio {
  margin-bottom: 0;
}

@media (min-width: 576px) and (max-width: 767px){
  .team-member-wrapper.two-col {
    grid-template-columns: repeat(2, 1fr);
}
}


@media (min-width: 768px){
  .team-member-wrapper.two-col {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
  }
  .team-member-wrapper.three-col {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
  }
}
