@charset "UTF-8";
body, html {
            margin: 0;
            padding: 0;
            height: 100%;
            overflow: hidden;
            /* font-family: Arial , sans-serif ; */
            position: relative;
        }
        #panorama {
            width: 100%;
            height: calc(100% - 120px); /* 120px zostawiamy na opis */
        }
        #opis {
            height: 120px;
            width: 100%;
            padding: 15px;
            box-sizing: border-box;
            background-color: #333;
            color: white;
            position: relative;
            z-index: 10;
        }
        #opis h1 {
            margin-top: 0;
            font-size: 2em;
            color: rgb(0,0,0);
        }