.reviews {
    text-align: center;
    margin-top: 60px;
    position: relative;
}

.reviews picture img {
    border-radius: 50%;
    margin-bottom: 10px;
}

.reviews picture img.border {
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.reviews .items .stars.five { background-color: white; }

.reviews .items em { white-space: nowrap; }

.reviews .items p { margin: 0; }

/* Mobile */
@media (max-width: 800px) {
    .reviews .items.few > div:nth-child(n+3) { display: none; }
}

/* Tablet */
@media (min-width: 799.9px) and (max-width: 1120px) {
    .reviews .items.few > div:nth-child(n+5) { display: none; }
}

/* Desktop */
@media (min-width: 1120px) {
    .reviews .items.few > div:nth-child(n+7) { display: none; }
}

/* ((())) */
.reviews .tlabel {
    position: absolute;
    top: -60px;
    right: 230px;
    font-weight: 300;
    text-align: center;
    padding: 20px 15px;
    color: #000;
    width: 80px;
    height: 70px;
    border-radius: 50%;
    background-color:  #FFF;
    box-shadow: 4px 6px 20px rgba(0,0,0,.2);
}

.reviews .tlabel strong {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
}

.reviews .tlabel .stars { height: 20px; }

.reviews .tlabel::after,
.reviews .tlabel::before {
    content: "";
    position: absolute;
    top: 77%;
    left: 7%;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    transform: skew(-25deg,-25deg);
}

.reviews .tlabel::after {
    box-shadow: 4px 6px 20px rgba(0,0,0,.2);
    z-index: -1;
}

.reviews .tlabel.bg {
    font-size: 12px;
    line-height: 18px;
}

.reviews .tlabel.bg h2 {
    line-height: 30px;
    font-size: 20px;
}

@media (max-width: 940px) {
    .reviews .tlabel { right: 20px; }
}

@media (min-width: 940.001px) {
    .reviews .tlabel { right: 18%; }
}