.wcr-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: crosshair;
}

.wcr-container canvas.wcr-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
