.review_grid_wrapper img.review_picture {
    max-width: 100%;
}
.review_grid_wrapper .review_picture img {
    max-height: 100%;
    /*
    height: 150px;
    max-width: none;
     */
    max-width: 100%;
}
.review_grid_wrapper {
    width: 214px;
    margin: 0 15px 15px 0;
}
.review_grid_wrapper .review_picture{
    max-width: 100%;
    border-radius: 5px;
}
.review_link_wrapper {
    display: block;
    width: 214px;
    height: 120px;
    background-size: cover;
    background-position: 50% 50%;
}
.review_grid_wrapper .review_title {
    margin-top: 5px;
    height: 28px;
    line-height: 14px;
    overflow: hidden;
}
