.team {
 display: inline-block;
 width: 33.3333%;
 position: relative;
 vertical-align: top;
 overflow: hidden;
 height: 100%;
 white-space: normal;
 padding: 0 10px;
 float: left;
}
@media (max-width: 768px) {
 .team {
 width: 50%;
 }
}
@media (max-width: 480px) {
 .team {
 width: 100%;
 }
}

.teamimg {
 position: relative;
}
.teamname {
 margin: 0;
 text-align: left;
 font-size: 1.25em;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 position: absolute;
 background-color: rgba(255, 255, 255, 0.75);
 width: 100%;
 bottom: 0;
 padding: 0 0 2px 10px;
}
.teamimg img {
 height: auto;
 width: 100%;
}
.teamtxt {
 font-size: 1em;
 line-height: 1;
 padding: 0 10px;
 min-height: 75px;
}



