@media  (max-width: 480){ 
    #imgBox img { /* to reduce QR code size for smaller screens */
        width: 80%;
    }
}