.content_section {
  border-top: 1px solid #363636;
  padding: .5em 0;
  margin-top: 2em;
}
.content_section h3 {
  font: bold 18px/2 'Gotham Ultra','Gotham', sans-serif;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 0 0 .5em 0;
  color: #fff;
}

.videos .video {
  float: left;
  width: 32%;
  height: auto;
  margin: 0 0 0 2%;
}
.videos .video:first-child, .videos .video:nth-child(3n+1) {
  margin: 0;
  clear: both;
}
.videos .video .thumb {
  display: block;
  background: #ff7d1f 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding: 0 0 62.5%;
  position: relative;
}
.videos .video .thumb .time_tag {
  position: absolute;
  bottom: 3px;
  right: 3px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 8px;
  padding: 3px;
  line-height: 1;
}
.videos .video .info {
  color: #fff;
  padding: 1em 0 3em;
}
.videos .video .info strong {
  text-transform: uppercase;
  padding: 0 0 .2em;
  display: block;
}
.videos .video .info p {
  margin: 0;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 300;
  color: #b5b5b5;
}
.videos .video.review {
  text-align: center;
}
.videos .video.review .thumb {
  background-color: transparent;
  background-size: contain;
}

@media only all and (max-width: 720px) {
  .videos .video .info strong {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media only all and (max-width: 600px) {
  .videos .video .info {
    padding: 1em 0;
  }
}
@media only all and (max-width: 480px) {
  .detail_page .videos .video {
    width: 49%;
    margin: 0;
    padding: 0 1em;
    box-sizing: border-box;
  }
  .detail_page .videos .video:nth-child(3n+1) {
    margin: 0;
    clear: none;
  }
  .detail_page .videos .video:first-child, .detail_page .videos .video:nth-child(2n+1) {
    margin: 0;
    clear: both;
  }
}
