section[id$="-bio"] .pull-right{
    max-width: 350px;
}
@media only screen and (max-width: 900px){
   
   section[id$="-bio"] .pull-right{
       display: block;
       float: none;
       max-width: 100%;
    }  

}