.thumb-cam h3 {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin: 0;
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 60px;
  padding: 0 10px 0 10px;
}
.thumb-cam .views-icon {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin: 0;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.thumb-cam .views-icon:before {
  font-size: 20px;
  margin-right: 5px;
}

.live {
  background-color: #3cc878;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  position: absolute;
  font-size: 12px;
  top: 8px;
  border-radius: 10px;
  height: 21px;
  line-height: 20px;
  display: block;
  right: 8px;
  padding: 0 10px 0 18px;
}
.live:before {
  content: "";
  background-color: #f02828;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 50%;
}
