@charset "UTF-8";
/* CSS Document */


.actionsOverlay {
	position:absolute;
	left:0;top:0;
	width:250px;
	height: 100vh;
	background-color: rgba(0,0,0,0.6);
	padding:20px;
	z-index: 10;
}
      #video-permission {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: white;
          z-index: 10000;
          display: none;
      }
      #video-permission-button {
        position: fixed;
        top: calc(50% - 1em);
        left: calc(50% - 60px);
        width: 120px;
        height: 2em;
      }