.panorama-navigation {
  top: unset;
  bottom: 0;
  z-index: 10;
  width: auto;

  &:after {
    right: 8px;
  }
}

.corner-group {
  right: 50px;
  bottom: 8px;
  top: unset;
  z-index: 10;

  @media screen and (max-width: 1024px) {
    right: 40px;
  }
}