.panoProject {
    width: 100%;
    height: 250px;
    position: relative;
    margin: 10px 0;
}
.pano {
    width: 100%;
    height: 100%;
    display: block;
}
.pano-fullscreen {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: url(pano.png) no-repeat;
    background-size: 76px auto;
    width: 25px;
    height: 25px;
    background-position: -39px -4px;
}
.pano-pname {
    display: inline-block;
    font-size: 14px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    text-shadow: 0px 1px 2px black;
    position: absolute;
    bottom: 8px;
    left: 8px;
}

.panoDialog {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
}

.panoDialog .panoBig {
    width: 100%;
    height: 100%;
}

.panoDialog .close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(pano.png) no-repeat;
    background-size: 66px auto;
    width: 25px;
    height: 25px;
    background-position: -6px -2px;
}
