#enableimapimage {
	background-image: url(../enableimap.png);
	width: 690px;
	height: 362px;
	background-size: 690px 362px;
	margin-bottom: 2em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2) {
	#enableimapimage {
		background-image: url(../enableimap-2x.png);
	}
}

#labelsimage {
	background-image: url(../labels.png);
	width: 690px;
	height: 362px;
	background-size: 690px 362px;
	margin-bottom: 2em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2) {
	#labelsimage {
		background-image: url(../labels-2x.png);
	}
}