#teamTiles {
    max-width: 1920px;
    min-width: 1000px;
    overflow: hidden;
    width: 100%;
}
#teamTiles .teamTile {
    width: calc(100% / 3);
}
#teamTiles .teamTile {
    float: left;
    overflow: hidden;
    position: relative;
    width: calc(100% / 3);
}
#teamTiles .memberImage {
    background-position: center center;
    background-size: cover;
    padding-bottom: 75%;
    transition: transform 1s ease 0s;
    width: 100%;
    z-index: 1;
}
#teamTiles li a {
    background: #fff;
    border-radius: 3px;
    padding: 0 0.3em;
    font-size: 16px; 
}
#teamTiles a.memberName {
    background: rgba(0, 0, 0, 0) url("/img/frontend/team/teamTileShadow.png") no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    height: 100%;
    left: 0;
    outline: 0 none;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 10;
}
#teamTiles .memberName span {
    bottom: 12px;
    font-size: 15px;
    font-weight: 700;
    left: 14px;
    position: absolute;
    z-index: 50;
}
#teamTiles .memberName span span {
    bottom: 0;
    font-weight: 400;
    font-size: 13px;
    left: 0;
    position: relative;
    text-transform: none;
    z-index: 50;
}
@media all and (max-width: 1940px) {
    #teamTiles .teamTile {
        width: calc(100% / 3);
    }
}
@media only screen and (max-width: 1546px) {
    #teamTiles .textTile .ttWrap {
        margin-top: 10%;
    }
    #teamTiles .textTile h3 {
        font-size: 27px;
    }
    #teamTiles .textTile p {
        font-size: 16px;
        line-height: 23px;
    }
    #teamTiles .textTile ul {
        font-size: 22px;
    }
}
@media all and (max-width: 1270px) {
    #teamTiles .textTile .ttWrap {
        margin: 10%;
        width: 80%;
    }
    #teamTiles .textTile h3 {
        font-size: 21px;
    }
    #teamTiles .textTile p {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0;
    }
    #teamTiles .textTile ul {
        font-size: 18px;
    }
    #leftCol #emailSub, #leftCol #rss {
        box-sizing: border-box;
        float: none;
        width: 100%;
    }
}
@media not all, not all {
    #teamTiles .teamTile {
        width: 33.3% !important;
    }
}
@media only screen and (max-width: 1000px) {
    #teamTiles {
        min-width: 100%;
    }
}
@media only screen and (max-width: 823px) {
    #teamTiles .teamTile {
        width: calc(100% / 2);
    }
}
@media only screen and (max-width: 421px) {
    .team-heading {
        font-size: 30px;
    }
    #teamTiles .teamTile {
        width: 100%;
    }
}