/* CSS for embedding the Pannellum viewer in the website goes here. */
div.sybrens-panorama {
    width: 100%;
    height: auto;
    border: none;
    min-height: 5rem;
    aspect-ratio: 16/9;

    margin-bottom: 1em;
}

div.sybrens-panorama iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* CSS for styling Pannellum itself goes here. */

.pnlm-panorama-info {
    background-color: rgba(0,0,0,0.3);
}
.pnlm-title-box {
    font-size: inherit;
}

