/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.author-img-container {
    display: block;
}
 
.author-img {
    height: auto;
    min-width: 126px;
    min-height: 126px;
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
    width: 126px;
}