/* Hide image titles on hover */
img {
	pointer-events:none;
}