#video video {
    object-fit: cover;
    overflow: hidden;
    background-color: gray;
    border-radius: 1rem;
    --width: 100%;
    width: var(--width);
    height: 600px;
}

#documentcanvas {
    display: none;
    width: 100%;
    height: 100%;
}

#agreement,
#cameraPermission,
#main-application,
#permission-dismissed,
permission-denied {
    display: none;
}

.device-permission {
    text-align: center;
    padding: 2.5em;
}

.device-permission img {
    width: 50%;
    border-radius: 1em;
    border: 1px solid black;
}

#permission-dismissed,
#permission-denied {
    margin-top: 1em;
}

#loading-camera {
    display: none;
    height: 2em;
}

@media only screen and (max-width: 576px) {
    #video video {
        max-height: 23.5rem;
    }

    .device-permission img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {}