.video-box-widget-main {
  height: 100%;

}

.video-box-widget-main > .video-box-widget-height-helper {

}

.video-box-widget-main .video-box-widget-image-helper-outer {
  position: relative;
  margin: 0px 0px 10px 0px;
  padding-bottom: 56%;
  width: 100%;
  overflow: hidden;
}

.video-box-widget-main .video-box-widget-image-helper-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.video-box-widget-main .video-box-widget-iframe {
  position: absolute;
}

.video-box-widget-main .video-box-widget-teaser {
  margin: 0px;
}

.video-box-widget-main .video-box-widget-title {
    margin-top: 0px;
}
.video-box-widget-main .video-box-widget-title a {
  text-decoration: none;
}

.video-box-widget-main .transcript {
  overflow-y: scroll;
  padding-right: 5px;
  height: 150px;
}

.video-box-widget-main .p3sdk-current-word {
  color: #333;
  text-shadow: 0px 0px 2px #666;
}