
img.stretch {
    width: 100%; /*Tells image to fit to width of parent container*/
}


.tutorial-image{
  width: 100%; /*Tells image to fit to width of parent container*/
  height: auto;
  border: 2px solid black;
}

.profileContainer {
    width: 33%; /*Use this to control width of the parent container, hence the image*/
}