.team-member-overlay {
  background-color: #282b30;
  overflow: hidden;
}

.team-member {
  line-height: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}

.team-member-image {
  background-position: center center;
  background-size: cover;
  padding-top: 135%;
  z-index: 2;
}

.team-meta {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.5);
}

.team-member-overlay a {
  color: #f3f3f3;
}

.team-member-overlay a .team-member-image {
  transition: all 250ms ease-in-out;
}

.team-member-overlay a:hover .team-member-image {
  color: #f3f3f3;
  transform: scale(1.25);
}

.team-meta > p {
  line-height: 1;
  margin-bottom: 0;
  font-size: 13px;
}

.team-meta > h3 {
  margin-bottom: 0.1em;
  margin-top: 0;
  font-size: 20px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    height: 62px;
  }
}

/*# sourceMappingURL=r3_largerImage.css.map */
