/*****************************
        GENERAL STYLES
******************************/

.block-photo-feed {
  clear: left;
}

/*****************************
          LIST VIEW
******************************/

.photo-feed  .feed-item {
  margin-bottom: 1.5em;
  width: 200px;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.photo-feed  .feed-item-title {
  margin: 5px 0px;
  font-size: 12px;
}

.photo-feed  .feed-item-thumbnail {
  height: 120px;
  overflow: hidden;
}