.mediaViewInfo {
	--web-view-name: Hawas XR;
	--web-view-id: Hawas_XR;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
:root {
	--web-view-ids: Hawas_XR;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}
.Hawas_XR {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	overflow: hidden;
	--web-view-name: Hawas XR;
	--web-view-id: Hawas_XR;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
	bottom: 0px;
	display: flex;
	justify-content: center;
}
#xr-experiance {
	top: 20px;
	overflow: visible;

}
.image-center {
	position: relative;
	overflow: visible;
	top: 5px
}
.Powered_by_Hawasdesigncom {

	position: absolute;
	overflow: visible;
	white-space: nowrap;
	line-height: 14px;
	margin-top: -1px;
	text-align: center;
	font-family: Segoe UI;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: rgba(255,255,255,1);
	padding-bottom: 5px;
	bottom: 0px;
	background-color: black;
	width: 100%;
}
.a-wall {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 120px;
    overflow: visible;
}
#a-wall {
	position: absolute;
    width: 100%;
    height: 100px;
    background-color: white;
    overflow: visible;
    text-align: center;
}

.a-wall-logo {
	position: relative;
    overflow: visible;
    top: 10px;
    height: 80px;
}

.art_info{
	position: absolute;
	width: 100%;
	height: 140px;
	top: 260px;
	overflow: visible;

}

#art_info {
position: absolute;
    width: 100%;
    height: 140px;
    background-color: white;
    overflow: visible;
    text-align: center;
}

.art_info_logo {
	position: relative;
    overflow: visible;
    height: 140px;
}