﻿.containerReview{
   max-width:100%;
   height: 220px;
   margin:auto;
}
.containerReview p {
	text-align: left;
	font-style: italic;
	font-size: 110%;
}
.containerReview .item{
   width:100%;
   text-align:center;
   margin:auto;
    color: black;
    padding-right: 12px;
}
.containerReview .icon{
    padding:10px;
    line-height:15px;
    background:blue;
    color:white;
    cursor:pointer;
    text-align:center;
    border-radius: 16px;
}
.containerReview img {
    height: 135px;
    width: 135px;
    float: left;
    padding: 12px;
    margin-top: 0px
}
.containerReview .iconPosition {
    position:relative;
}
.containerReview .reviewIcons {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -12px;
	padding: 0px;
	margin-top: -23px;

}
.containerReview .item h4 {
	padding-bottom: 0px;
	padding-top: 13px;
	margin-bottom: -5px;
}
.containerReview .item .reviewImg {
	max-width: 90px;
	max-height: 90px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}



@media (max-width: 400px) {
    .containerReview{
   height: 365px;
    }
}
@media (min-width:401px) and (max-width: 500px) {
    .containerReview{
   height: 300px;
    }
}
@media (min-width:501px) and (max-width: 600px) {
    .containerReview{
   height: 240px;
    }
}
