.headershadow {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
}
.member-column {
    width: 22%;
    margin-left: 4%;
    float: left;
    height: 300px;
    margin-bottom: 50px;
    box-shadow: 2px 14px 33px 12px rgba(227,227,227,1);
    background-color: white;
    box-sizing: border-box;
    padding: 0 10px 0;}

.member-column h5 {
    margin-top: 10px;
    line-height: 25px;
}

.member-column:nth-child(4n+1) {
    margin-left: 0%;
}

@media screen and (max-width: 1280px) and (min-width: 870px) {
    .member-column {
        width: 30%;
        margin-left: 5% !important;
    }
    .member-column:nth-child(3n+1) {
        margin-left: 0% !important;
    }
}


@media screen and (max-width: 869px) and (min-width: 680px) {
    .member-column {
        width: 47.5%;
        margin-left: 5% !important;
    }
    .member-column:nth-child(2n+1) {
        margin-left: 0% !important;
    }
}

@media screen and (max-width: 679px) {
    .member-column {
        width: 100%;
        margin-left: 0% !important;
    }
}

.member-container {
    margin: 0 5%;
}
.member-logo-container {
    width: 85%;
    margin: 0 auto;
    height: 50%;
    position: relative;
}

.member-logo-container img {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.whitetextshadow {
    text-shadow: 3px 3px 8px #555;
}

.shadow_ {
    text-align: center;
    color: #fff;
    text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
    background-color: rgba(0, 0, 0, .3);
    padding-left: 20px;
    padding-right: 20px;
}

.who-we-are .tatsu-wrap {
    max-width: 870px;
}

.tp-bgimg.defaultimg {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}