.flashOverlay,.modalOverlay,.photoboothCameraOverlay{position:fixed;background-color:#000;left:0;top:0;width:100%;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;transition:all .2s ease;z-index:101}.flashOverlay{background-color:#fff;opacity:0;transition:opacity .1s ease;z-index:102}.modalOverlay{opacity:0;transition:opacity .2s ease;z-index:1000000}.counter{margin:auto;font-size:20em;z-index:99999}.photoboothRoll{position:fixed;left:0;bottom:0;margin-bottom:120px;width:100%;height:60px;display:flex;flex-direction:row;justify-content:center}.photoboothRoll img{border-radius:10px;border:1px solid white;margin:0 5px}.photoboothCollage{margin:50px auto 20px}.photoboothConfirmButtons{display:flex;flex-direction:row;justify-content:center}.photoboothConfirmButton{width:80px;height:80px;margin:0 10px;border-radius:80px}.photoboothConfirmButton svg{margin-left:18px;margin-top:20px}.photoboothConfirmButton svg:hover{opacity:.8;cursor:pointer}