.root {
    width: 1100px;
    height: 700px;
}

.panoramicIcon {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    color: #000;
}

.panoramicIconText {
    font-size: 14px;
    top: 37px;
    right: 32px;
    font-weight: 700;
}

.hotspotEditing {
    padding: 15px;
    box-shadow: 1px 1px 7px #ccc;
    margin: 10px;
    margin-left: 0px;
    display: inline-block;
}