div.author-bio {
width: 100%;
max-width: 1200px;
clear: both;
margin: 1rem auto;
background-color: #e6e6e6;
box-sizing: border-box;
padding: 1rem 2rem;
min-height: 11rem;
overflow: auto;
}

div.author-image {
width: 10%;
height: auto;
float: left;
padding-left: 1%;
}

div.author-image img {
width: 80%;
border-radius: 100%;
}

div#bio-holder {
font-size: 1.25rem;
width: 90%;
float: right;
padding-bottom: 5px;
}

div#bio-holder h3 {
margin: 0px 0px 1rem 0px;
color: #000;
text-transform: uppercase;
font-size: 1.25rem;
letter-spacing: .1rem;
}

