diff --git a/setup_microscope.html b/setup_microscope.html
index d17b153..156fc4b 100644
--- a/setup_microscope.html
+++ b/setup_microscope.html
@@ -17,21 +17,16 @@
#video {
position:absolute;
z-index: 9;
- width: 100%;
+ width: 90%;
}
#canvas-draw{
position:absolute;
z-index:10;
- width: 100%;
- }
- #canvas-debug{
- position:absolute;
- z-index:10;
- width: 20em;
- opacity: 100%;
+ width: 90%;
}
+
#photo {
position:absolute;
z-index:5;