#mapLogo {
  position: fixed;

  bottom: 40px;
  left: 50%;

  transform: translateX(-50%);

  width: 50px;

  opacity: 0.9;

  z-index: 998;

  pointer-events: auto;
}