.boh-navigator {
   max-width: 605px;
}
/*
.boh-hotspot:hover {
	opacity: 1 !important;
}
*/

@media only screen and (max-device-width : 736px) and (orientation: portrait) {
	.boh-navigator {
	   width: 95% !important;
	   left: 3% !important;
	}
}

@media only screen and (max-device-height : 640px) and (orientation: landscape) {
	.boh-navigator {
	   width: 95% !important;
	   left: 3% !important;
	}
}


/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.boh-navigator {
		left: 262px !important;
	}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.boh-navigator {
		left: 134px !important;
		width: 605px !important;
	}

}
