.list-channels .item.video-block .img-holder .label.positive {
	background: #4caf50;
	color: #fff;
}
.list-channels .item.video-block .img-holder .label.negative {
	background: #e74c3c;
	color: #fff;
}

.content-holder.list-channels .video-block {
  width: 25%;
}

@media (max-width: 880px) {
  .content-holder.list-channels .video-block {
    width: 33.33%;
  }
}

@media (max-width: 550px) {
  .content-holder.list-channels .video-block {
    width: 50%;
  }
}

@media (max-width: 380px) {
  .content-holder.list-channels .video-block {
    width: 100%;
  }
}

.content-holder.list-channels .video-block .img-holder {
  padding-bottom: 139.83%;
}