/* Display card 'tents' to print bottom half of 8.5 x 11 using 'bold number' theme. 
removes description/exception section & fmv. suggest not showing donor unless
item names are short. Also puts footer logo on right side, may overlap with item photo */
#display_cards_inner_content {
  padding-top: 60%;
}
#desc_excep_container,
#fmv_cat_container {
  display: none;
}
#display_cards_inner_content > div.display_card_footer > div.footer_logo_div_dc {
  float: right;
}
#item_number {
  font-size: 90px;
}
#item_name.desc_inner_content.fr-box.fr-inline {
  font-size: 30px;
}

<img 
  src="https://muradbid.com/qr-code.php?data=aHR0cHM6Ly9tdXJhZGJpZC5jb20vaS9zYXdhZGZ3LzI1OTAwMTg%3D"
  style="
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 120px; /* optional */
    height: auto;
  "
}