.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tag {
    background: #66CC00;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 11px;
    display: inline-block;
    padding: 1px 5px;
}

.collapse--md {
  display: block;
}
.display--md {
  display: none;
}

@media screen and (max-width: 991px) {
  .collapse--md {
    display: none;
  }
  .display--md {
    display: block;
  }
  .image--md-padding {
    padding: 15px 0 0;
  }
}

.fui-icon-arrow-forward:before {
  font-size: 33px;
  line-height: 33px;
}
.fui-icon-play:before {
  padding-left: 3px;
}