img {
/* Preventing draggable images or selection on every image. Use at your own risk. */
  -webkit-user-select:none;
  -webkit-touch-callout:none; /*Safari, safari mobile; iPhone OS*/
  -khtml-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}