@media only screen and (max-width: 480px) {

    .team-member .team-bio {
        top: 10px;
        width: 100%;
        position: absolute;
    }

}

.team-member {
    position: unset;
}

.team-member .team-inner {
  border: 3px solid #c7c7c7;
  /* padding: 5px; */
  text-align: center;
  margin-bottom: 30px;
  background: #10417a;
  min-height: auto !important;
}

.card.card-body .team-member .team-inner{
  height: auto !important;
}

.team-all-content {
  background: white;
  padding: 1px;
  padding-bottom: 10px;
}

.team-member .team-picture {
    background-repeat: no-repeat;
    /* width: 180px; */
    width: 100%;
    height: 180px;
    margin: auto;
    /* background-size: contain; */
    background-size: cover;
    background-position: center;
    /* border-radius: 100%; */
    background-position: top;
}

.team-social span {
  font-size: 12.5px;
  padding: 5px;
}

.team-member .team-bio {
    width: 60%;
    height: auto;
    position: fixed;
    border: 1px solid #ccc;
    background: white;
    display: none;
    top: 80px;
    left: 50%;
    margin-left: -30%;
    padding: 15px;
    z-index: 1000;
}

.team-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    background: #000000b3;
    display: none;
}

.team-member .team-social a {
    text-decoration: none;
    padding: 5px;
    font-size: 18px;
}

.team-bio-close {
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 22;
    color: white !important;
}


/*
Kehoe Homepage Specific

 */

.team-member-kehoe .team-inner{
    height:300px;
    position: relative;
    overflow: hidden;
}

.team-member-kehoe:hover .team-picture {
    transform: scale(1.05) translateZ(0) rotate(0.0001deg);
    -webkit-transform: scale(1.05) translateZ(0) rotate(0.0001deg);
    -moz-transform: scale(1.05) translateZ(0) rotate(0.0001deg);
    -ms-transform: scale(1.05) translateZ(0) rotate(0.0001deg);
}
.team-member-kehoe .team-picture{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    -moz-transition: -moz-transform 500ms;
    -ms-transition: -ms-transform 500ms;
    -transform: scale(1.0) translateZ(0) rotate(0.0001deg);
    -webkit-transform: scale(1.0) translateZ(0) rotate(0.0001deg);
    -moz-transform: scale(1.0) translateZ(0) rotate(0.0001deg);
    -ms-transform: scale(1.0) translateZ(0) rotate(0.0001deg);
}
.team-member-kehoe .content{
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%;

}
.team-member-kehoe .content h3{
    color: #fff;
    font-size: 25px;
    text-shadow: 2px 1px 0 #000;
}
.team-member-kehoe .content h5{
    color: #fff;
    font-size: 14px;
    text-shadow: 2px 1px 0 #000;
}
.team-member-kehoe  .team-picture .inner-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: transparent;
    z-index: 10;
    width: 100%;
    visibility: visible;
}
.team-member-kehoe:hover  .team-picture .inner-overlay{

    visibility: hidden;
}


.team-member .team-inner {
  background: linear-gradient(0deg, white, #cedf44) !important;
}

.col-md-4.col-sm-4 .team-picture {
    height: 250px;
}

.col-md-6.col-sm-6 .team-picture {
    height: 300px;
}

.team-member {
    position: unset;
    float: left;
}

.team-inner h5 {
    font-size: 14px;
}

.team-inner h3 {
    font-size: 18px;
    padding: 10px 0px 0px 0px;
}

.team-bio .col-md-4 {
    width: 33.3333%;
    display: block;
    float: left;
}
.team-bio .col-md-8 {
    width: 66.66666%;
    display: block;
    float: left;
}
