/* =========================
   LOGO
========================= */

#mapLogo {
  position: fixed;

  bottom: 40px; /* malo iznad footera */
  left: 50%;

  transform: translateX(-50%);

  width: 50px;

  opacity: 0.9;

  z-index: 998;

  pointer-events: none;
}