#webcam {
  width: 1280px;
  height: 720px;
}

@media print {
  #webcam {
    display: none;
  }
}
