    #panorama {

            background-image: url(https://cdn.hsystemcontent.com/images/95350.jpg);
            margin: 0;
            /*max-height: 600px; */
            
            display: flex;
            justify-content: center;
            align-items: flex-start; /* Align items at the start (top) */
            padding-top: 8vw; /* Adjust this value to move items slightly down from the top */
            background-size: cover; /* or use 'contain' based on your requirement */
            background-repeat: no-repeat;
            background-position: center;
            height:100vh;
            min-height: 600px;
           
}