
/*@media (min-width: 800px) {






    body{
        margin-left:20rem  ;
    }*/
.desktop2{
    margin-left:20rem  ;
    
    
    /*********************************************************/
    /*                                                      */
    /*********************************************************/
    
       
    #zlsDiv{
            display: flex;
        /* flex-direction: column; */
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.6rem;

        zli:hover{border: 1px solid #c1c1c1;}
        zli{width:18rem}
        .ls-movie{width:20rem}
    }
    #zindexDiv {
        position: fixed;
        top: 0vh;
        left: 0;
        bottom: 0;
        background: #eee;
        overflow: auto;
        width: 20rem;
        padding: 0.6rem;
        border-right: 1px solid #c1c1c1;
    }




    /*********************************************************/
    /*                                                      */
    /*********************************************************/

    header#P9A {
        height: 5vh;
    }

    #zinput{
        position: fixed;
        top: 0vh;
        left: 24vw;
        height: 3.3vh;
        background: white !important;;
        overflow: auto;
        width: 55vw;
        display: block;
        /* background:none; */
        margin: 0.85vh;
        font-size: 1.05rem;
    }

    div#P9CS {

        position: fixed;
        top: 0vh;
        right: 0;
        height: 3.3vh;
        /* background: white; */
        /* overflow: auto; */
        width: 20vh;
        /* display: block; */
        /* background:none; */
        margin: 0.85vh;
        font-size: 1rem;
    }

}