.anatolia-lightbox img {
  cursor: pointer;
  transition: 0.3s;
}

.anatolia-lightbox img:hover {
  transform: scale(1.05);
}

.anatolia-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.anatolia-lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}