
.bdash-video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  background: #222222;
  /* Aspect ratio - define height relative to width

  Given "width:height", height percent = height / width
  1:1 = 100%, 4:3 = 75%, 3:2 = 66.66%, 8:5 = 62.5%

  */

  padding-bottom: 56.25%; /* 16:9 standard */
}

.bdash-video video,
.bdash-video iframe,
.bdash-video object,
.bdash-video embed {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bdash-video video{
  object-fit: scale-down;
}

.bdash-video .ld-video,
body.learndash-cpt.learndash-embed-responsive .bdash-video .ld-video {
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
}

.bdash-video .bdash-video-youtube{
  position: static;
  transform: none;
}

.bdash-image {
  overflow: hidden;
}
