  #map {
  height: 266px;
  width: 100%;
  background-color: #ebebeb;
}
.panorama {
  position: relative;
  height: 0;
  margin-bottom: 14px;
  padding-bottom: 32%;
  overflow: hidden;
}
.app {
  position: relative;
}
.scrim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255,255,255, 0.9);
}


.fade-enter-active, .fade-leave-active {
  transition: opacity .5s
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0
}
