body[input-eaten="true"] div#videoOsdPage { --disabled: 0.5; &::before { content: ""; background: transparent; position: fixed; top: 0; left: 0; margin-top: 64px; width: 100vw; height: 100vh; } > .videoOsdBottom > .osdControls { > .flex > .sliderContainer > input { pointer-events: none; opacity: var(--disabled); } > .buttons { .btnRecord, .btnPreviousTrack, .btnPreviousChapter, .btnRewind, .btnPause, .btnFastForward, .btnNextChapter, .btnNextTrack { display: none; } } } }