#app{
    width: 100%;
    height: 100%;
}

#video{
    width: 100%;
    height: 100%;
}

.camera-container{
    /* display: flex; */
    /* flex-direction: column; */
    width: 100%;
    height: 100%;
    position: relative;
}
.camera-video{
    width: 100%;
    height: 100%;
}

.camera-controls{
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
}