img.stretch {
    width: 100%; /*Tells image to fit to width of parent container*/
}

.profileContainer {
    width: 33%; /*Use this to control width of the parent container, hence the image*/
}