
.bdash-video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;

  /* 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 iframe,
.bdash-video object,
.bdash-video embed {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bdash-image {
  overflow: hidden;
}
