
#panorama {
    width: 600px;
    height: 400px;
}

#controls {
    display: none;
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-bottom: 3px;
}

.ctrl {
    padding: 8px 5px;
    width: 30px;
    text-align: center;
    background: rgba(200, 200, 200, 0.8);
    display: inline-block;
    cursor: pointer;
}

.ctrl:hover {
    background: rgba(200, 200, 200, 1);
}

.pnlm-hotspot-base.hotspot-left {
    transform: rotate(-90deg);
}

div.pnlm-tooltip.extra-width span {
    max-width: 500px;
    min-width: 500px;
}
