div#tourDIV { height: 100%; min-height: 100%; width: 100%; margin: 0 auto; position:relative; overflow:hidden;}

div#panoDIV,div#panoDIV2 {
    height:100%;
    width:100%;
    position:absolute;
    overflow:hidden;
    user-select: none;
}


 #map{
    position: absolute;
    /*left: 30px;
    bottom:  20px;*/
    /* width: 300px;
    height: 200px; */
    border: 5px solid white;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    background-color: white;
    z-index: 2;
} 
.custom-map-tool{
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    z-index: 1;
}
.custom-map-tool2{
    position: absolute;
    left: 0.5em;
    bottom: 0.5em;
    z-index: 1;
}
i{
    font-size: 22px;
}

.basemap{
    display: none;
    position: absolute;
    left: 3em;
    top: 4.6em;
    z-index: 1;
    background-color: rgba(0,0,0,0.7);
    padding: 7px;
    border-radius: 3px;
    color: white;
    
}
.basemap label{
    display: block;
}
.basemap label input[type='radio']{
    margin-right: 5px
}
.basemap:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: rgba(0,0,0,0.7);
    border-width: 7px;
    margin-top: -7px;
}