.page-item--team-members {
}

    .team-member__centered-image-container {
       padding-top: 100%;
       box-shadow: none;
    }

        .team-member__image {
            transform: translateX(-50%);
            top: auto;
            bottom: 0;
            max-height: 100%;
            border-radius:3px;
        }

        .team-member__centered-image-container--empty::before {
            content: "\f4fb";
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-size: 5em;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            position: absolute;
            top: 50%;
            left: 50%;
            color: rgba(0, 0, 0, .15);
            transform: translate(-50%, -50%);
        }


    .team-member__caption {
        text-align: center;
    }

        .team-member__title {
            margin-bottom: .4em;
        }


@media only screen and (min-width: 768px) {
}


@media only screen and (min-width: 1025px) {
}