
.gr-content {
	padding: 20px 20px 64px;
}
.gr-item-has-image .gr-author-img {
	width: 100%;
	margin-right: 0;
}
.gr-item-has-image .gr-review-body {
	width: 100%;
	margin-top: 16px;
}
.gr-item-has-image .gr-review-rating {
	width: 100%;
	margin-top: 12px;
}
.gr-item-has-image .gr-author {
	width: 100%;
}       
.gr-review-url {
	top: initial !important;
	bottom: 0;
	right: 0 !important;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.gr-review {
	position: relative;
	float: left;
	width: calc(30% - 2px);
	margin-right: 5%;
	clear: none;
}
.gr-review:nth-of-type(3n+3) {
	margin-right: 0;
}


@media screen and (max-width: 900px){
	.gr-review {
		width: calc(47.5% - 2px);
	}
	.gr-review:nth-of-type(3n+3) {
		margin-right: 5%;
	}
	.gr-review:nth-of-type(2n+2) {
		margin-right: 0;
	}
}
@media screen and (max-width: 600px){
	.gr-review {
		width: 100%;
		margin-right: 0;
	}
}