/* News Videos */

.news-videos .video_section_name {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #015677;
  margin: 10px 0;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #015677;
}

.news-videos .video_player {
  display: block;
}

.news-videos .video_title {
  font-weight: 700;
  height: 50px;
  overflow: hidden;
}

.news-videos .video_abstract {
  padding-bottom: 15px;
  line-height: 27px;
  height: 54px;
  overflow: hidden;
}

.news-videos .video_container {
  display: inline-block;
  margin: 20px 0;
  position: relative;
  width: calc(50% - 20px);
  margin-right: 15px;
}

.news-videos .video_container iframe {
  width: 100%;
  height: 220px;
}

@media screen and (max-width: 640px) {
  .news-videos .video_container {
    margin-right: 0px;
    width: 100%;
  }
  .news-videos .video_container iframe {
    height: 100%;
  }
}
