.ecs-panorama {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.ecs-panorama__viewer {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ecs-panorama--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	padding: 1.5rem;
	text-align: center;
	background: #f5f5f5;
	color: #666;
}
