	div.qr-scanner-window {
			display:none;
			position:fixed;
			top:0;
			left:0;
			width:100vw;
			height:100vh;
			background:#00000061;
			
		}
		
			div.qr-scan-page {
			    overflow:hidden;
			    position:relative;
			    background: white;
			    margin: 1em;
			    width: calc(100vw - 2em);
			    height: calc(100vh - 2em);
			    border-radius: 1em;
			    box-shadow: 0px 0px 15px black;
			}
			
				div.qr-scan-page video {
					max-width:100%;
					max-height:100%;
					
					/*min-width: 100%;*/
     /*               min-height: 100%;*/
                    /*position: absolute;*/
                    /*top: 0;*/
                    /*left: 0;*/
                    /*right:0;*/
                    /*bottom:0;*/
                    /*z-index:100000;*/
				}
				
				
	[action-function="close-qr-scanner"] {
	    position: absolute;
	    top:1em;
	    left:1em;
	    right:1em;
	    z-index:100001;
	}