.staff{
     display: flow-root;
    text-align: center;
}   

.staff div{
       /* border: 3px solid #fff; */
    /* background: hsl(102, 100%, 100%); */
    /* text-align: center; */
    /* border: 1px solid #6d0019; */
    /* border: 1px solid #A9A9A9; */
    display: inline-block;
    /* float: left; */
    margin: 15px;
    padding: 5px;
    width: 30%;
    height: auto;
        min-width: 250px;
}

.staff div img{
        width: 90%;
    max-height: 300px;
    height: auto;
}

.vercv{
     background: #50736f;
    height: 25px;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    width: 80%;
    padding: 2px;
    /* align-self: center; */
    margin-left: 10%;
}

.vercv a{
    color:#fff;
}

.nmed{
        text-align: center;
    width: 100%;
 
    color: #e3e6e6;
    /* text-decoration: underline; */
    font-size: 20;
}