/* Real user portraits for the review cards. */
.reviews article:before{
  background-color:#e8deef!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
  background-position:center 24%!important;
  box-shadow:0 2px 8px rgba(46,25,82,.18);
}
.reviews article:nth-of-type(1):before{background-image:url('assets/review-avatar-1.jpeg')!important}
.reviews article:nth-of-type(2):before{background-image:url('assets/review-avatar-2.jpeg')!important}
.reviews article:nth-of-type(3):before{background-image:url('assets/review-avatar-3.jpeg')!important}
.reviews article:nth-of-type(4):before{background-image:url('assets/review-avatar-4.jpeg')!important}
.reviews article:nth-of-type(5):before{background-image:url('assets/review-avatar-5.jpeg')!important}
.reviews article:nth-of-type(6):before{background-image:url('assets/review-avatar-6.jpg')!important}
.reviews article:nth-of-type(7):before{background-image:url('assets/review-avatar-7.jpg')!important}
.reviews article:nth-of-type(8):before{background-image:url('assets/review-avatar-last.jpeg')!important;background-size:cover!important;background-position:center 30%!important}
