.pano-frame {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border-radius: var(--ubs-image-radius);
	line-height: 0;
	margin: 0 0 1em;
}

.pano-frame iframe,
iframe.pano-embed,
#content .pano-frame iframe,
#ckedited .pano-frame iframe {
	display: block;
	width: 100%;
	min-height: 70vh;
	height: 70vh;
	border: 0;
}

/* ältere Einbettungen ohne Wrapper */
#content #pano,
#ckedited #pano {
	display: block;
	width: 100%;
	min-height: 70vh;
	border: 0;
	border-radius: var(--ubs-image-radius);
}
