.sbd-footer-qr-code, .sbd-footer-qr-code a {
  height: 150px !important;
  width: 150px !important;
}

.sbd-footer-qr-code {
  vertical-align: text-top !important;
}

.sbd-footer-qr-code img.sbd-visible-xs {
  display: none !important;
}

.sbd-footer-qr-code img.sbd-hidden-xs {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

@media only screen and (max-width: 760px) {

  .sbd-footer-qr-code img.sbd-hidden-xs {
    display: none !important;
  }

  .sbd-footer-qr-code, .sbd-footer-qr-code a {
    height: 52px !important;
    width: 52px !important;
  }

  .sbd-footer-qr-code img.sbd-visible-xs {
    display: block !important;
  }

}
