img,
picture,
video,
canvas {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
}

/* Keep the parent control clickable while preventing browser image hover tools. */
img.db-content-protected-pass-through {
  pointer-events: none !important;
}
