.nvc-scan-barcode-container,
.nvc-scan-barcode-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.nvc-scan-barcode-image {
    display: none;
}
.nvc-scan-barcode-image.nvc-active {
    display: block;
}

.nvc-scan-barcode-container > video,
.nvc-scan-barcode-container > canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.nvc-scan-barcode-type {
    position: absolute;
    left: 24px;
    top: 80px;
    z-index: 1;
}
