.listen-360-widget h2,
.listen-360-widget #reviews-link {
    text-align: center;
}
.listen-360-widget h2 {
    margin-bottom: 30px;
}
.listen-360-widget #reviews-link {
    display: block;
    padding: 0 15px;
    text-align: left;
}

.listen-360-widget .hreview {
    display: flex;
    float: left;
    padding: 0 15px;
    width: 100%;
    min-height: 100px;
}
.listen-360-widget .hreview:not(:last-child) {
    margin-bottom: 15px;
}
.listen-360-widget .public-review {
    display: flex;
    flex-direction: column;
    border: 1px solid #000;
    padding: 15px;
    width: 100%;
    height: 100%;
}
.listen-360-widget .public-review p {
    text-align: left;
}
.listen-360-widget .details {
    order: 2;
    color: #595959;
    font-size: 14px;
    font-style: italic;
}

.listen-360-widget .comments {
    display: flex;
    position: relative;
    flex-grow: 1;
    order: 1;
    margin-bottom: 10px;
    overflow: hidden;
}

.listen-360-widget .comments::after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.7) 33%, rgba(255,255,255,0.71) 34%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.7) 33%, rgba(255,255,255,0.71) 34%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.7) 33%, rgba(255,255,255,0.71) 34%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    width: 150px;
    height: 30px;
    content: '';
}

@media only screen and (min-width: 768px) {
    .listen-360-widget .hreview {
        width: 50%;
        height: 180px;
    }
}

@media only screen and (min-width: 992px) {
    .listen-360-widget .hreview {
        width: 25%;
        height: 220px;
    }
}
