/* Prevent user interaction on content */
#imgframe {
	pointer-events: none;
}
