.video_list .video .v_item {
  display: block;
  cursor: pointer;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 300;
  overflow: hidden;
}

.video .title_line {
  display: table-cell;
  vertical-align: bottom;
  height: 35px;
  line-height: 24px;
  min-width: 369px;
}

.video {margin-bottom: 2%;}

.video img {float: left; width: 100%;}

@media (max-width: 1200px) {
	.video {margin-bottom: 4%;}
}