* {
  box-sizing: border-box;
}

body {
  background: #ddd4c5;
}

video {
	max-width: 100%;		
	max-height: 100%;
}

canvas {
	display: none;
}


