#own-captcha canvas{
  /*prevent interaction with the canvas*/
  pointer-events:none;
}
.captcha-wrapper {
    padding: 0 16px;
    word-wrap: break-word;
    outline: none;
}