.camera {
    width: 100%;
    position: relative;
}

.output {
    width: 100%;
    position: absolute;
    top: 0;
}

#video, #photo {
    border: 1px solid black;
    width: 100%;
    height: auto;
    /*aspect-ratio: 4 / 5;*/
}

#cancelPhoto,#sendPhoto{
    display:block;
    margin-left:auto;
    margin-right:auto;
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: rgba(255, 255, 255, 1.0);
    padding: 2px;
    height: 48px;
    width: 48px;
    border: 0 none;
    border-radius: 24px;
    position: absolute;
    bottom: 20px;

}
#cancelPhoto {
    right: 24px;
}
#sendPhoto {
    left: 24px;
}

#startbutton {
    display:block;
    margin-left:auto;
    margin-right:auto;
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: rgba(255, 255, 255, 1.0);
    padding: 2px;
    height: 48px;
    width: 48px;
    border: 0 none;
    border-radius: 24px;
    background-color: white;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 24px);
}
#canvas {
    display:none;
}
.ilform {
    overflow: auto;
    max-height: calc(100vh - 100px);
}