@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility:hidden;
  }
}
