.latestPick .review.pick .review {
  padding: 8px;
  border: 1px solid #cfcfcf;
  border-bottom: 0;
}
.latestPick .review.pick .review .write-review {
  font-size: 16px;
  line-height: 24px;
}
.latestPick .pick {
  margin-top: 16px;
  position: relative;
  width: 100%;
  height: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.latestPick .pick:before,
.latestPick .pick:after {
  content: " ";
  display: table;
}
.latestPick .pick:after {
  clear: both;
}
.latestPick .pick .picture {
  position: relative;
  border: 1px solid #cfcfcf;
  border-bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.latestPick .pick .picture i {
  height: 0;
  padding-bottom: 49.23076923%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
}
.latestPick .pick .picture i img {
  display: none;
}
.latestPick .pick .picture img {
  display: none;
}
.latestPick .pick .picture i {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.latestPick .pick .picture.video i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  display: block;
  background-image: url("../../../business/common/images/vdo-80.png");
  background-size: cover;
  z-index: 1;
}
.latestPick .pick .title {
  overflow: hidden;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #cfcfcf;
  padding: 8px;
  width: 100%;
  height: 64px;
}
.latestPick .pick .title a {
  display: block;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #424242;
  font-size: 14px;
  line-height: 24px;
}
.latestPick .pick .title a.businessName {
  font-size: 16px;
  line-height: 24px;
  color: #0070a8;
}
.latestPick .pick .title .bookmarks {
  margin-left: 8px;
  text-align: center;
  float: right;
}
.latestPick .pick .title {
  position: relative;
}
.latestPick .pick .title .user.b.c {
  position: absolute;
}
.latestPick .pick .title .user.b.c .profile-photo {
  width: 46px;
  height: 46px;
}
.latestPick .pick .title a.name {
  display: block;
  padding-left: 54px;
  color: #0070a8;
  font-size: 16px;
  line-height: 24px;
}
.latestPick .pick .title .summary {
  padding-left: 54px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
