.content img[src*="#speakerImage"] {
    width:250px;
    height:250px;
    float: left;
    margin: 8px 10px 8px 0; /* adjust as needed */
    border-radius: 5%; /* makes the image round */
}
