2 background-color: white;
6 :root:-webkit-full-screen-document:not(:-webkit-full-screen), :root:-webkit-full-screen-ancestor {
7 overflow: hidden !important;
10 :-webkit-full-screen-ancestor:not(iframe) {
11 z-index: auto !important;
12 opacity: 1 !important;
13 -webkit-transform: none !important;
14 -webkit-mask: none !important;
15 clip: none !important;
16 -webkit-filter: none !important;
17 -webkit-transition: none !important;
18 -webkit-box-reflect: none !important;
19 -webkit-perspective: none !important;
20 -webkit-transform-style: flat !important;
23 video:-webkit-full-screen, audio:-webkit-full-screen {
24 background-color: transparent !important;
25 position: static !important;
27 height: 100% !important;
28 width: 100% !important;
29 -webkit-box-flex: 1 !important;
30 display: block !important;
33 img:-webkit-full-screen {
39 iframe:-webkit-full-screen {
41 padding: 0 !important;
43 position: fixed !important;
44 height: 100% !important;
45 width: 100% !important;