/**
 * @file
 * Presentation fixes for brightcove video tag rendering.
 */

.bc-player-default_default {
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 56.25% !important;
  position: relative !important;
  transition: none !important;
}

.bc-player-default_default video {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
