@charset "utf-8";

body {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;/*Chrome,Safari*/
    -ms-text-size-adjust: none;/*EgdeMobile*/
    -moz-text-size-adjust: none;/*firefox*/
    margin: 0;
    font-family:monospace, serif;
    overflow: hidden;
    background-color: black;
}
html, body {
    height: 100%;
}
button {
    padding: 0;
    border: none;
    background: transparent;
}
button img {
    display: block;
    width: 100%;
    height: 100%;
}
#vh {
    width:100%;
    height:100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
video {
    position: fixed;
    object-fit: fill;
}
#camera-front {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}
#camera-control {
    position: absolute;
    background-color: black;
}
#shutter {
    left: calc(50% - 25px);
    position: absolute;
    margin: 0;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
}
#confirm {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
#confirm-control {
    background-color: black;
    position: absolute;
}
#retake {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(20% - 25px);
    height: 50px;
    color: white;
    font-size: 16px;
}
#save {
    position: absolute;
    top: calc(50% - 25px);
    right: calc(20% - 25px);
    height: 50px;
    color: white;
    font-size: 16px;
 }
#front-loading {
    width: 100%;
    height: 100%;
    z-index: 150;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(180,180,180,0.5);
}