
#panorama-viewer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

#back-button {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
    padding: 10px 25px 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: rgb(226, 90, 0);
    color: #fff;
    font-weight: bold;
    border: solid 4px #fff;
    border-radius: 12px;
}

#loading {
    z-index: 1000;
}
