﻿.barcode img {
    width: 50%;
}


@media (max-width: 769.99px) {
    .barcode img {
        width: 100%;
    }

    .qrcodeImg {
        width: 80%;
        height: 80%;
    }
}