.embed-container {
  margin-bottom: 20px;
}
@media (min-width: 499px) {
  .embed-container {
    padding: 15px;
    border: 1px solid #e5e5e5;
  }
}
.embed-container iframe {
  margin-bottom: 10px;
}
.embed-container h3.title {
  margin-bottom: 5px;
}

.video_other .title {
  margin-bottom: 20px;
}
.video_other .title span {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  color: #0c52a3;
}
.video_other .title span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #0c52a3;
}