#leftbutton {
  position: absolute;
  display: block;
  left: 100px;
  top: 10px;
  z-index: 3;
}

#rightbutton {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.custom-close {
    position: absolute;
    top: 0;
    right: 0px;
    width: 36px;
    height: 36px;
    -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border: 0;
    border-radius: 50%;
    margin: 5px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 10;
    font-size: 1.5em;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.custom-close svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

#expandtoggle {
    position: absolute;
    display: block;
    left: 0px;
    bottom: 70px;
    z-index: 3;
}

#custom-expandtoggle {
    position: absolute;
    bottom: 50px;
    left: -5px;
    width: 36px;
    height: 36px;
    -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border: 0;
/*     border-radius: 50%; */
    margin: 5px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 10;
    font-size: 1.5em;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#custom-expandtoggle svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

@media only screen and (max-width: 500px) {

	#map-canvas {
	  width: 100%;
	  height: 50%;
	  top: 0;  
	}

	#pano-canvas {
  	  top: auto;
	  width: 0%;
	  height: 50%;
/* 	  bottom: 0;  */
	}
}
#map-canvas {   height: calc(100% - 104px); } 
#pano-canvas {   height: calc(100% - 104px);} 
.tab { display: block; } 
/* 
.main { left: 0px; } 
.toggle-menu {z-index: 1;opacity: 0; } 
h1 { left: 0px; } 
#header { display: none; } 
.main { top: 0px; } 
 */
/* end add split css*/