.review_images
{
 display: flex;
 margin-bottom: 40px;
}

.review_image
{
 flex: 0 1 33%;
 width: 100%;
 height: auto;
 cursor: zoom-in;
}

.review_image img
{
 width: 100%;
 height: auto;
}