/**
 * VF Image Protection
 */

/*
 * Prevent dragging images.
 */
img {
	-webkit-user-drag: none;
	user-drag: none;
}