#testimonials-secondary {
    background-image: url("/assets/templates/main/images/hero/hero.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}
#testimonials-secondary .secondary-tools {
    background-color: transparent; /* Remove this rule during transfer to Code Library */
    margin: 0 auto;
}

.full-width #testimonials-secondary .secondary-tools {
  width: 67%; /* 8/12 */
}

@media all and (max-width: 800px) {
    #testimonials-secondary .secondary-tools {
        width: 100%;
    }
}

/* Recommend Me Pattern */
.nn-agg-container {
  background-image: url(/assets/templates/main/images/icons/icon-review-stars.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  padding-top: 33px;
}
.nn-agg-container img {
  display: none;
}
.nn-agg-container .nn-agg-rating {
  line-height: 1.2em;
}
.nn-agg-container .nn-agg-rating:after {
  content: ' Average Star Rating';
}
.nn-reviews {
  margin-top: 0px;
  font-style: italic;
}

/* End Recommend Me Pattern */