diff --git a/bigbluebutton-html5/imports/ui/components/media/styles.scss b/bigbluebutton-html5/imports/ui/components/media/styles.scss
index 7b9597f90d19e0e2a81e4e2a754e8cc71e5db659..73dc7525825ebb55e32f604aa5f722705f639b84 100644
--- a/bigbluebutton-html5/imports/ui/components/media/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/media/styles.scss
@@ -66,15 +66,7 @@ $after-content-order: 3;
 }
 
 .hideOverlay {
-  visibility: hidden !important;
   position: absolute !important;
-  overflow: hidden !important;
-  clip: rect(0 0 0 0) !important;
-  width: 1px !important;
-  height: 1px !important;
-  margin: -1px !important;
-  padding: 0 !important;
-  border: 0 !important;
 }
 
 .floatingOverlay {