.index_video_blocks {
  margin-top: 50px;
  margin-bottom: 50px;
}
.index_video_blocks .section-heading {
  position: relative;
  text-align: center;
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
.index_video_blocks .section-heading h2 {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 0;
  color: #565656;
  font-size: 20px;
  border-left: 1px solid #C39D6F;
  border-right: 1px solid #C39D6F;
}
.index_video_blocks .item {
  margin-bottom: 10px;
}
.index_video_blocks .embed-responsive {
  height: 0;
  padding-bottom: 58.5%;
  overflow: hidden;
}
.index_video_blocks .embed-responsive .embed-responsive-item, .index_video_blocks .embed-responsive iframe, .index_video_blocks .embed-responsive embed, .index_video_blocks .embed-responsive object, .index_video_blocks .embed-responsive video, .index_video_blocks .embed-responsive img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
