.mediaViewInfo {
	--web-view-name: GroundFloorPlan;
	--web-view-id: GroundFloorPlan;
	--web-navigate-on-keypress: true;
	--web-enable-deep-linking: true;
}
:root {
	--web-view-ids: GroundFloorPlan;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}
#GroundFloorPlan {
	position: absolute;
	width: 1920px;
	height: 1080px;
	background-color: rgba(255,255,255,1);
	overflow: hidden;
	--web-view-name: GroundFloorPlan;
	--web-view-id: GroundFloorPlan;
	--web-navigate-on-keypress: true;
	--web-enable-deep-linking: true;
}
#ID2 {
	position: absolute;
	width: 1560px;
	height: 1080.5px;
	left: 207px;
	top: 0px;
	overflow: visible;
}
	 .buttonHotspots 
	 { 
		z-index: 71;
		position: absolute;
		width: 10px;
		height:10px; 
		background-color: rgba(0,0,0,0); 
	 }
	  .buttonHotspots img
	 { 
		z-index: 71;
		position: absolute;
		width: 100%;
		height:100%;
		display: none;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 5px 0 rgba(0, 0, 0, 0.2);
	 }

	 .buttonChangeFloor
	 {
	 	width:100%;
		height: 100%;
	 }

	 .buttonChangeFloor:hover
	 {
	 	color: blue;
 		 fill: currentColor;
	 }
