.content {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

/* Used to horizontally flip video to make capture more natural */
.mirrorVideo {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.content video {
    display: block;
}

.videoOverlay {
    border-color: blue;
    z-index: 999;
}

#previewContentSection {
    position: relative;
}

#ovalOverlay {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    align-content: center;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 92%;
    text-align: center;
    width: 100%;
    opacity: 1;
    z-index: 999;
}

#colorstrip {
    width: 100%;
    height: 1px;
    border-style: solid;
    border-color: #117a8b;
}

#taskSection {
    margin-bottom: 20px;
}

#previewSection {
    display: none;
}

#voiceSection{
    display: none;
}