:host {
  display: inline-flex;
  width: 100%;
  max-height: 100%;
  pointer-events: auto;
}

  :host * {
    box-sizing: border-box;
  }

.file-viewer-video__video {
  width: 100%;
  background-color: rgba(0, 0, 0, 1);
}
