/* Prevent image dragging/selecting on index, about and contact pages */
img, .img, [style*="background-image"] {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
