.galerija_country_detail {
  color: #ffc107;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 800;
}

.galerija_city_detail {
  color: #ffc107;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.galerija_place_detail {
  color: white;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
}

.phone-gallery {
  display: none;
}

/* dirano */

@media (max-width: 992px) {
  .logo-icon {
    visibility: hidden;
  }
  .phone-gallery {
    display: block;
    text-align: center;
  }
}