
/* webcam widget */

.webcam-image-container {
    position: relative;
}

.webcam .webcam-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
}

/* override style that can be (yet) not be modified via settings */
article figure {
    margin-bottom: 1.25rem;
}