.qr-box {
  width: 100%;
  min-height: 320px;
  background: #000;
  display: grid;
  place-items: center;
  border: 6px solid #0b5ed7;
}
.qr-box video { width: 100% !important; border-radius: 6px; }
