/* Minimal thumbnail / gallery styling for SayfaResimler lightbox */
.ce-gallery-thumb {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.ce-gallery-thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.ce-gallery-thumb:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

/* Optional: adjust swiper slide inner sizing used in template */
.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
  display:flex;
  align-items:center;
  justify-content:center;
  height: 100%;
}

/* Lightbox visual tweaks when GLightbox is used (GLightbox has its own CSS) */
.glightbox-container .gslide img {
  max-height: 85vh;
  object-fit: contain;
}