html.rm-image-guard img,
html.rm-image-guard picture,
html.rm-image-guard [style*='background-image'] {
  -webkit-touch-callout: none;
}

html.rm-image-guard img {
  -webkit-user-drag: none;
  user-select: none;
}
