.info-helper-panel-iframe {
	z-index: 2;
	opacity: 0;
	transition: all 0.6s;
}

.info-helper-panel-iframe-show {
	opacity: 1;
}

.info-helper-panel-iframe, .helper-container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	border: none;
	margin: 0;
}

.info-helper-container {
	background-color: #fff;
}
