.mediaViewInfo {
	--web-view-name: IMG_Ground_1 – 5;
	--web-view-id: IMG_Ground_1___5;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
:root {
	--web-view-ids: IMG_Ground_1___5;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}
@keyframes  {


}
#ID10 {
	position: absolute;
	width: 1534px;
	height: 1080px;
	left: 190px;
	top: 0px;
	overflow: visible;
}
#Component_5___6 {
	position: absolute;
	width: 60px;
	height: 40px;
	left:90%;
	bottom:  8%;
	overflow: visible;
	cursor: pointer;
	 padding: 3px; /* Some padding */
	background-color: rgba(128,128,128,0.7);
	border-radius: 10px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.2);

}
 
	 @media(max-width: 768px){
	 	#Component_5___6 {
			position: absolute;
			width: 60px;
			height: 40px;
			left:90%;
			top: 5%;
			overflow: visible;
			cursor: pointer;
			 padding: 3px; /* Some padding */
			background-color: rgba(128,128,128,0.7);
			border-radius: 5px;
			box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.2);
		}
  	}