
    body { background-color: white; color: black; }
    #head { position: relative; overflow: hidden; }
    
    /* Container ID'si video scripti için gereklidir, değiştirilmemeli */
    #container {
        cursor: pointer;
        width: 100%;
        max-width: 500px;
        height: 320px;
        margin: auto;
        position: relative;
    }

    .inactive-state {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url("photos/Online briç Kursu-dersi-dersleri.jpg");
    }

    .hover-state { opacity: 0.9; }
    .post_content img { max-width: 100%; height: auto; }
    
    /* Mobil uyumluluk için ek düzeltme */
    iframe { max-width: 100%; }

