#zoomiocontainer {
	background: white; overflow: hidden; visibility: visible; position: absolute; z-index: 9999;
}
#zoomiocontainer img {
	width: auto; height: auto !important; display: block !important; position: absolute !important;
}
.disablepointer {
	pointer-events: none;
}
.mobileclass#zoomiocontainer {
	overflow: scroll; -webkit-overflow-scrolling: touch;
}
#zoomioloadingdiv {
	background: white; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; display: flex; visibility: hidden; position: absolute; z-index: 10000; pointer-events: none;
}
#zoomioloadingdiv .spinner {
	margin: 100px auto; border-radius: 100%; animation:sk-scaleout 1s ease-in-out infinite; width: 40px; height: 40px; background-color: rgb(51, 51, 51); -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
}
