/* Prevent this div from blocking right-click menu for video e.g. Firefox playback speed options */ .plyr__poster { display: none; } /* plyr fix */ .plyr:-moz-full-screen video { max-height: initial; } .plyr:-webkit-full-screen video { max-height: initial; } .plyr:-ms-fullscreen video { max-height: initial; } .plyr:fullscreen video { max-height: initial; }