/**
 *
 * MEDIA QUERY: 768 PX
 *
 */

@media only screen and (min-width: 768px) {

.view-references .views-row {
  width: 31.33%;
}

.view-references .views-row:nth-child(2n+2),
.view-references .views-row:nth-child(2n+1) {
  clear: none;
  margin: 0 3% 20px 0;
}

.view-references .views-row:nth-child(3n+1) {
  clear: left;
}

.view-references .views-row:nth-child(3n+3) {
  clear: none;
  margin: 0 0 20px 0;
}

.field-name-field-caption {
  font-size: 13px;
}

} /* End of media query */
