@media all and (min-device-width: 0px) and (max-device-width: 800px) {
	img {
		max-width: 100%;
	}

	img.bigimage {
		width: 100%;
		height: 100%;
	}
}

@media all and (min-device-width: 800px) {
	img {
		max-width: 75%;
	}
}

@media all and (min-device-width: 800px) and (max-device-width: 1200px) {
	img.bigimage {
		width: 100%;
		height: 100%;
	}
}

@media all and (min-device-width: 1200px) {
	img.bigimage {
		width: 50%;
		height: 50%;
	}
}

img.zoomable {
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

#show-scans {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}
