.videoClass {
    border: 1px solid black;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}

.photoClass {
    border: 1px solid black;
    width: 100%;
    height: auto;
}

.canvasClass {
    display: none;
}

.camera, .cameraTwo {
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.camera.hide, .cameraTwo.hide{
    display: none!important;
    opacity: 0;
}

.output {
    width: 100%;
    display: inline-block;
}

.startbuttonClass {
    display: block;
    position: fixed;
    padding: 5px;
    background-color: #6a67ce;
    border: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 14px;
    color: rgba(255, 255, 255, 1.0);
    cursor: pointer;
    z-index: 10002;
    width: 70px;
    height: 70px;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
}

.contentarea {
    font-size: 16px;
    font-family: Arial;
    text-align: center;
}

.parentClientPhoto{
    width: 100%;
    margin-bottom: 15px;
}

.parentClientPhoto .title{
    font-size: 20px;
    color: #333;
    margin: 20px 0 10px 0;
}