.testimonial-row {
  padding: 60px 0;
  text-align: center;
  background: #edf2f7; }

.testimonial-author-img {
  margin: 0 0 30px;
  border: 4px solid #edf2f7;
  border-radius: 100%;
  max-width: 130px; }

.testimonial-row blockquote {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 1.4em;
  border: none;
  position: relative; }

.testimonial-row blockquote:before, .testimonial-row blockquote:after {
  color: #D4DCE5;
  font-size: 5em;
  position: absolute;
  top: -30px; }

.testimonial-row blockquote:before {
  content: open-quote;
  left: -30px; }

.testimonial-row blockquote:after {
  content: close-quote;
  right: -30px; }

@media (max-width: 767px) {
  .testimonial-row blockquote:before {
    top: -50px;
    left: 0px; }
  .testimonial-row blockquote:after {
    right: 0px;
    top: 20px; } }

.testimonial-attribute {
  font-family: Georgia, serif; }

.kilo-logo h1 {
  margin: 0 auto 60px; }

img.icehouse-video {
  border: 3px solid #edf2f7;
  margin-top: 30px; }

a.screenshots img {
  margin-bottom: 10px; }

.screenshotBoxes h3 {
  margin-bottom: 20px; }

.screenshotBoxes img {
  margin-bottom: 10px;
  border: 2px solid #C4E0E9; }

.screenshotBoxes p {
  margin-bottom: 30px;
  padding-right: 10px; }

.contributors-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.contributors-list ul li {
  margin: 0px;
  padding: 0px; }
