.video-embed {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 5px solid #fff;
}

.video-embed::before {
  display: block;
  content: "";
  /* Mimics .embed-responsive-16by9::before → padding-top: 56.25% (9/16) */
  padding-top: 56.25%;
}

/* Make the inner media fill the wrapper (like Bootstrap's embed items) */
.video-embed > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; /* ensures full height */
  width: 100%;
  height: 100%;
  border: 0; /* avoids default iframe borders */
}

.video-embed > .embed-video-item {
  position: absolute; /* like .embed-responsive-item */
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0; /* avoids default iframe borders */
}

.custom-video-title h5 {
  font-size: 16px;
  text-align: start;
  position: relative;
  margin-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  color: #000;
  padding: 5px;
  line-height:1;
}

.video-wrapper p {
  color: #797979;
  font-size: 12px;
  margin: 10px 0;
  padding: 5px;
}


.video-wrapper span {
    display: inline-block;
    border-bottom: solid 5px #C9A76F;
    max-width: 90px;
    background: #C9A76F;
    width: 90px;
    height: 5px;
}
