/* Slider Ana Konteyneri */
.mySwiper112 {
  width: 100%;
  height: 550px;
}

/* Her Slide'ın boyutları */
.swiper-slide112 {
  width: 100%;
  height: 550px;
  position: relative;
}

/* Resimleri cover olarak ayarla */
.swiper-slide112 img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
}

.bg-box {
  height: 260px;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease;
  position: relative;
}

.bg-box:hover {
  opacity: 0.9;
}

.bg-box h5 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  border-radius: 6px;
}

/* Mobil görünüm için media query */
@media (max-width: 768px) {
  .mySwiper112 {
    height: 260px;
  }
  
  .swiper-slide112 {
    height: 260px;
  }
}
  
