@media screen and (min-width: 1160px) {
	.workdisplay {
		margin-left: 360px;
	}
	.info {
		font-size: 100% !important;
	}
}

/* Landscape ipad and down */
@media only screen and (max-device-width: 1024px) and (orientation:
	landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.wrapper {
		min-height: 1080px !important;
		min-width: 1920px !important;
	}
	.hiddenfooter {
		height: 400px;
		width: 1920px;
		background: black none repeat scroll 0 0;
	}
	.workdisplay {
		margin-left: 360px;
	}
	.geonoteDisplay {
		height: 800px;
	}
	.info {
		font-size: 16px;
	}
}