.reviews-module-update-link {
    display: block;
    margin: 5px;
}
.reviews-module-update-link a {
    font: normal 12px Arial, sans-serif;
    color: #FFF !important;
    display: inline-block;
    padding: 2px 8px;
    background: rgba( 0, 0, 0, 0.7 );
    text-decoration: underline;
}

.reviews-module-slider .slick-slide {
    height: 620px;
}
.reviews-list {
    margin-bottom: 20px;
    overflow: hidden;
}
.reviews-item {
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
    display: block;
    float: left;
    margin: 10px 28px 20px 0;
    min-height: 340px;
    width: 380px;
}
.reviews-item:nth-child(3n) {
    margin-right: 0;
}
.reviews-item iframe {
    border: 0;
    display: block;
    height: 213px;
    width: 100%;
}

.big-bnr iframe {
	border: 0;
	height: 100%;
	width: 100%;
}

.reviews-info {
    padding: 10px;
}
.reviews-item-name {
    color: #144c32;
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.125rem;
    margin-bottom: 10px;
    max-height: 3.375rem;
    overflow: hidden;
}
.reviews-item-manager-label {
    color: #838182;
    display: block;
    font-size: .75rem;
}
.reviews-item-manager-name {
    color: #144c32;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    margin-bottom: 10px;
}