.container-header .navbar-brand {
  color: #fff;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  font-size: 2rem;
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}


.galija-card {
  transition: .25s;
}

.galija-card:hover {
  transform: translateY(-6px);
}

.galija-card .card-img-top {
  height: 240px;
  object-fit: cover;
}

.galija-page .card-body {
  min-height: 170px;
}

.galija-map iframe {
  display: block;
}

.galija-map {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.galija-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.wkgallery-img {
    max-height: 75vh !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
}

.wkgallery-modal .modal-body,
.wkgallery-modal .carousel,
.wkgallery-modal .carousel-inner,
.wkgallery-modal .carousel-item {
  overflow: visible !important;
}

.wkgallery-modal .carousel-item {
  height: auto !important;
}

.wkgallery-modal .modal-body {
  padding: 20px !important;
}



















.galija-map-wrap {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.galija-map-wrap iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
}

.galija-contact-card {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10;
    max-width: 340px;
    background: rgba(255,255,255,.95);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

@media (max-width: 768px) {
    .galija-contact-card {
        position: relative;
        top: 0;
        left: 0;
        max-width: none;
        margin: 20px;
    }

    .galija-map-wrap iframe {
        height: 350px;
    }
}

.lang-flag {
    border-radius: 6px;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

.lang-flag:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,.2);
}