/**
 * Prevent dragging product/site images to desktop or other apps.
 */
img,
video {
    -webkit-user-drag: none;
    user-drag: none;
}
