#source {
  display: none;
}

.modal .modal_logo {
  position: absolute;
  bottom: 63px;
  right: 11px;
  width: 129px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .modal .modal_logo {
    bottom: 156px;
    right: 4px;
    width: 65px;
    transition: 0.65s ease-in-out;
  }
  .modal .modal_logo.text_hidden {
    bottom: 3px;
  }
}
.modal .pnlm-compass {
  display: none !important;
}
.modal .buttons {
  position: absolute;
  bottom: 20px;
  right: 23px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 1px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .modal .buttons {
    display: none;
  }
}
.modal .buttons img {
  cursor: pointer;
  height: 29px;
}
.modal .buttons img#plus {
  margin-left: 12px;
}

/*# sourceMappingURL=panorama.css.map */
