.icerik-sayfasi {
  padding: 60px 0;
}

.icerik-sayfasi h1 {
  margin-bottom: 24px;
}

/* Keep desktop top menu always visible/fixed. */
.main-header {
  display: block !important;
}

body {
  padding-top: 80px;
}

/* Keep original desktop/mobile breakpoint behavior from theme. */
@media (min-width: 1201px) {
  .mobile-navbar {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .main-header {
    display: none !important;
  }

  body {
    padding-top: 70px;
  }

  .mobile-navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55555;
    background: #003764 !important;
  }
}

/* Gallery: prevent image overlap after Blade migration */
.galeri-video-rows img,
.galeri-video-rows-filtre img {
  width: 100%;
  max-width: 100%;
  display: block;
}
