#hatterkep {
  position: relative;
  background: url('./kepek/background_kicsi.png') center/cover no-repeat;
  overflow: hidden;
}

#hatterkep::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 55%, rgba(255,255,255,1) 100%);
  pointer-events: none;
  transform: translateZ(0);
}

h3{
  padding-top: 2%;
  padding-bottom: 2%;
}

.kepek{
  background-color: antiquewhite;
}

#galleryCarousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

#galleryCarousel .carousel-caption {
  padding-bottom: 2% !important;
  font-size: 1rem !important;
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
}

#margo-elerhet{
  padding-top: 2%;
  padding-bottom: 1%;
}

.img-thumbnail{
  border: 2px solid #aeaeae !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
