﻿/*@media only screen and (max-width: 768px) {
    .main-slider-three,
    .main-slider-three .item {
        width: 100% !important;
        overflow: hidden;
    }

    .main-slider-three__bg {
        width: 100% !important;
        height: 300px !important;*/ /* Mobil için yükseklik ayarı */
        /*background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    body {
        overflow-x: hidden;*/ /* Her ihtimale karşı yatay taşmaları engeller */
    /*}*/
    /*.main-slider-three__bg {
        border: 2px dashed red;*/ /* Geçici test için */
    /*}*/
/*}*/
/* Masaüstünde mobil arka planı gizle */
.desktop-bg {
    display: block;
}

.mobile-bg {
    display: none;
}

@media only screen and (max-width: 768px) {
    .desktop-bg {
        display: none !important;
    }

    .mobile-bg {
        display: block !important;
    }
}