#camera--view{ //border:1px solid red; position: absolute; height:100%; width: 105%; //CSS makes no sense left:0px; top:0px; object-fit: cover; z-index:-9; } #camera--sensor{ border:none; position: fixed; height: 100%; width: 100%; object-fit: cover; display:none; } #camera--output{ border:none; position: fixed; height: 100%; width: 100%; object-fit: cover; display:none; } #camera{ //border:1px solid yellow; height: 100%; width: 100%; position:absolute; top:0px; left:0px; object-fit: contain; z-index:0; } #pageLoad{ position:fixed; top:0px; left:0px; width:100%; height:100%; background-color:#ffffff; opacity:0.3; } .pageCameraRetainer{ width:360px; height:100%; align:center; } .pageCameraMask{ width:360px; height:100%; overflow-x:hidden; position:relative; } .pageCameraSubRetainer{ width:360px; position:absolute; top:0px; left:0px; } .btnCameraBase{ padding:12px; border-radius: 50%; border:2px solid #101A40; font-family: Montserrat; font-size:16px; text-align:center; width:70px; height:70px; margin-top:15px; cursor:pointer; position:absolute; bottom:3vh; right:2vh; float:right; color:#101A40; background-color:white; z-index:3; } .btnCameraIcon{ position:absolute; top:15px; left:17px; height:33px; width:33px; z-index:4; } .btnCameraMini{ float:right; height:3vw; width:3vw; margin:1vw; margin-top:2.5vw; z-index:4; } .mainCameraText{ font-size:14px; font-family:Montserrat; color:#1e1e1e; } .passeportCameraFooter{ position:fixed; bottom:0px; width:360px; height:100%; color:white; //background-color:rgba(108, 138, 150, 0.25); font-size: 12px; z-index:8; text-align:center; padding:10px; padding-top:20px; } .passeportCameraFallback{ position:absolute; bottom:10vh; left:4vw; padding:1vw; border-radius: 2vw; cursor:pointer; border:1px solid white; background-color:rgba(108, 138, 150, 0.45); width:60vw; box-shadow: 1vw 1vw 1vw #888888; } .passeportCameraCancel{ position:absolute; bottom:4vh; left:4vw; padding:1vw; border-radius: 2vw; cursor:pointer; border:1px solid white; background-color:rgba(55, 55,55, 0.45); width:60vw; box-shadow: 1vw 1vw 1vw #888888; }