/* ANA SAYFA SLIDER */
.tatilkonya-home-slider {
    width: 100%;
    overflow: hidden;
}

.tatilkonya-home-slider .swiper,
.tatilkonya-home-slider .swiper-wrapper,
.tatilkonya-home-slider .swiper-slide {
    height: 600px !important;
}

.tatilkonya-home-slider img {
    width: 100% !important;
    height: 600px !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Olası slider yazı kutuları */
.tatilkonya-home-slider .slider-content,
.tatilkonya-home-slider .slide-content,
.tatilkonya-home-slider .carousel-caption,
.tatilkonya-home-slider .caption {
    background: transparent !important;
}

/* MOBİL */
@media (max-width: 768px) {
    .tatilkonya-home-slider .swiper,
    .tatilkonya-home-slider .swiper-wrapper,
    .tatilkonya-home-slider .swiper-slide,
    .tatilkonya-home-slider img {
        height: 420px !important;
    }
}