:host {
  display: block;
}

.camera-container {
  position: relative;
}

.overlay {
  position: absolute;
}

.camera {
  position: absolute;
  object-fit: cover;
}

.full {
  width:100%;
  height:100%;
  left:0;
  top:0;
}

.polygon {
  fill:rgba(85,240,40,0.5);          
  stroke:green;
  stroke-width:1;
}
