#barcode-scan{
    background: url(../../img/barcode_scanner.png) 50% no-repeat;
    width: 32px;
    height: 36px;
    border: none;
    background-size: 80%;
    position: absolute;
    z-index: 1000;
    right: 90px;
    top: 15px;
    display: none !important;
}

#barcode-scan2{
    background: url(../../img/barcode_scanner.png) 50% no-repeat;
    width: 32px;
    height: 36px;
    border: none;
    background-size: 80%;
    position: absolute;
    top: 106px;
    right: 50px;  
    z-index: 1000;
}

#scanner{
    z-index: 1001 !important;
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    width: 100vw;
}

#scanner2{
    z-index: 1001 !important;
    background: white;
    position: relative;
}

@media (max-width: 768px){
    #barcode-scan{
        display: block !important;
    }
}