.team-card {
  display: block;
  position: relative;
  text-align: center;
}
.team-card a {
  display: block;
  max-width: 480px;
  width: 100%;
  opacity: 1;
  margin: auto;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.team-card a:hover {
  opacity: .7;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.team-card .heading-tertiary {
  text-align: center;
  margin: 0 0 20px;
  padding: 0 0 0px;
  line-height: 1;
}
.team-card p {
  margin: 0 0 15px;
  text-transform: uppercase;
}
.team-card-popup ul {
    margin: 10px 0 20px 30px;
}
.team-card .alt-img-hover .team-card__img-wrap img.mt-hover-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .4s;
  z-index: 111;
}
.team-card .alt-img-hover:hover {
  opacity: 1;
}
.team-card .alt-img-hover:hover .team-card__img-wrap img.mt-hover-image {
  opacity: 1;
}
.team-card__img-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.team-card__img-wrap.mt_circular {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.team-card__img-wrap.mt_circular:before {
  position: absolute;
  content: "Full Bio";
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #222;
  color: #fff;
  bottom: 0;
  z-index: 1;
}
.team-card__img-wrap img {
  max-width: 100%;
  height: auto;
  padding: 0;
}
.team-card-popup {
  position: relative;
  background: none repeat scroll 0% 0% #FFF;
  padding: 0px 0px 10px 0px;
  width: auto;
  margin: 0px auto;
  max-width: 600px;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .team-card-popup {
    margin: 0px auto;
  }
}
.team-card-popup > div {
  background: #FFF;
  padding: 40px;
  margin: auto;
}
@media (max-width: 767px) {
  .team-card-popup > div {
    padding: 40px 20px;
  }
}
.team-card-popup p {
  text-align: justify;
}
.team-card-popup img {
  padding: 0;
}
.team-card-popup .heading-tertiary {
  text-align: left;
  margin: 0 0 20px;
  padding: 0 0 0px;
  line-height: 1;
}
.team-card-popup p {
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.5;
}
.team-card-popup__img {
  max-width: 140px;
  height: auto;
  float: left;
  margin: 0 20px 0;
}
@media (max-width: 480px) {
  .team-card-popup__img {
    max-width: 180px;
    height: auto;
    float: none;
    margin: 0 auto 20px;
  }
}
