.img-headshot {
    display: inline-block;
    height: 300px;
    width: 300px;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}