img,
video,
picture,
.media-protected,
.protected-media,
.photo-frame,
.input-images {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}
