
div.panorama-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border: 2px solid #ccc;
}

img.panorama {
    width: 100%;
    height: auto;
    display: block;
    transform-origin: 0 0; /* wichtig für korrektes Zoomverhalten */
}
