.boh-navigator {
   max-width: 900px;
}

.boh-hotspot:hover {
	opacity: 1 !important;
}

/*
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
	.property_name {
		top: 95% !important
	}
}

@media only screen and (min-device-width : 320px) and (orientation: portrait) {
	.boh-navigator {
	   width: 95% !important;
	   left: 3% !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: 164px !important;
		width: 695px !important;
	}
}

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

}
