[id*=scan-custom-component] {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
}

[id*=scan-custom-component] .scan-background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

[id*=scan-custom-component] .scan-background .bg-video {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    object-fit: cover;
}

[id*=scan-custom-component] .scan-content {
    width: 100%;
    height: auto;
    padding: 0 5vw;
    z-index: 2;
    position: relative;
    display: block;
    flex-direction: column;
    word-break: break-word;
}

[id*=scan-custom-component] .scan-content .dummy-radios {
    margin-top: 12px;
    display: block;
}

[id*=scan-custom-component] .scan-content .scan-img {
    margin: 32px auto 0 auto;
    width: auto;
    height: auto;
}

[id*=scan-custom-component] .scan-content .scanner-description {
    display: none !important;
}

