.qr-video {
  position: relative;  
  width: 80%;
  max-width: 600px;
  min-width: 300px;
  margin: 50px auto;
}

.qr-video video {
  width: 100%;
  height: 100%;
  object-position: center;
}