.pano {
        width: 100%;
        max-height: 90%;
        max-height: 90vh;
        margin: 0 auto;
        cursor: move;
        margin-bottom: 10px;
}
.pano .controls {
        position: relative;
        top: 50%;
}
.pano .controls span {
        position: absolute;
        display: inline-block;
        text-decoration: none;
        color: #eee;
        font-size: 3em;
        width: 30px;
        height: 200px;
        line-height: 200px;
        margin-top: -100px;
}
.pano .controls span.left {
        left: 10px;
}
.pano .controls span.right {
        right: 10px;
}
.pano.moving .controls a {
        opacity: 0.4;
        color: #eee;
}
.setbig{
    display: block;
    text-align: center;
    padding: 5px;
    color: #FE9A2F;
    font-weight: bold;
}