.admins {
    overflow: hidden;
    margin: 30px 0;

    .admin {
        float: left;
        width: 18%;
        margin: 0 1%;
        text-align: left;
        font-size: 12px;
        position: relative;
        color: #BFBFBF;

        .face {
            height: 65px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            border: solid 3px #DADFE1;
            display: inline-block;
            -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.25);
            box-shadow: 0 0 0 0 rgba(0,0,0,0.25);

            @media screen and (max-width: 991px) {
                height: 50px;
            }

            &.f1 {
                position: relative;
                left: 0;
                z-index: 3;
                float: left;
            }
            &.fmid {
                position: relative;;
                left: -25%;

                z-index: 2;
                float: right;
                margin-left: -55px;
            }
            &.f2 {
                position: relative;;
                right: 0;
                z-index: 1;
                float: right;
                margin-left: -55px;

                @media screen and (max-width: 767px) {
                    margin-left: -80px;
                }
            }
        }

        &>div {
            text-align: center;
            clear: both;
            padding-top: 10px;
        }
    }
}
