#main_qrcode { width: 48%; float: right; }

@media screen and (max-width: 880px) {
    
    #main_qrcode { width: 100%; float: none; }
    
}