.cloudimage-360 .fullscreen-icon {
	background: url(https://scaleflex.ultrafast.io/https://scaleflex.airstore.io/filerobot/js-cloudimage-360-view/full_screen.svg)
		50% 50% / cover no-repeat;
}
.cloudimage-360 .magnify-icon {
	background: url(https://scaleflex.ultrafast.io/https://scaleflex.airstore.io/filerobot/js-cloudimage-360-view/loupe.svg)
		50% 50% / cover no-repeat;
}
.cloudimage-360 .close-fullscreen-icon {
	background: url(https://scaleflex.ultrafast.io/https://scaleflex.airstore.io/filerobot/js-cloudimage-360-view/cross.svg)
		50% 50% / cover no-repeat;
}
.cloudimage-360 .reset-zoom-icon {
	background: url(https://scaleflex.cloudimg.io/v7/filerobot/js-cloudimage-360-view/ic-resize.svg?vh=248986) 50% 50% /
		cover no-repeat;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: black;
}

.player-360 {
	background-color: black;
	background-image: url(../images/bg.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	/* position: absolute; */
	/* transform: translate(0%, -50%); */
}

#jsv-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.player-360 img,
#jsv-image {
	width: auto;
	height: 100%;
}

#jsv-holder {
	height: 100%;
}

#jsv-holder div:nth-child(3) {
	position: absolute !important;
	height: 100%;
	width: auto;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

@media screen and (orientation: portrait) {
	#jsv-holder div:nth-child(3) {
		position: absolute !important;
		width: 100%;
		height: auto;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
	}

	.player-360 img,
	#jsv-image {
		width: 100%;
		height: auto;
	}
}

.cloudimage-360 {
	position: relative;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.player-360 canvas {
	object-fit: contain;
}
