/* Gallery photo protection (09-09, babe's order — like the room's member locks).
   Images are not draggable, not long-press-savable, not selectable. */
img {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
