.imageContainer 
   display: inline-block;
   position: relative;
   text-align: left;
}
.background{
	float: left;
    height: 70%;
   	width: 70%;
}

.review{
   font-size: 25px;
   font-family: sans-serif
   color: rgb(117, 121, 107);
}
a.rv{
	color: #757968;
	font-family: sans-serif
}
.content{
    text-align: left;
    background: #F0F0F0;
    padding: 54px;
}
.comment{
background: #FFEFEF;
}
