#P9B.center{
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;

    #P9B_thumb{
        border-radius: 2rem;
    
    }

}
#P9B{
    min-height: 5rem;
    padding:1rem 0.8rem 0.2rem 1rem;
}
    
    
    #P9B_thumb{

        width: 4rem;
        box-sizing: border-box;
        float: left;
        /* display: none !important; */
        height: 4rem;
        /*background: red;*/
        border: 1px solid #c1c1c1;
        margin-bottom: 1rem;
        margin-right: 0.8rem;
        border-radius: 0.6rem;
    }
    #P9B_zpath{
        color: #424242;
        font-family: sans-serif;
        font-size: 0.8rem;
    }
    #P9B_title{
        font-family: sans-serif;
            font-size: 1rem;
            font-weight: 500;
            margin-bottom: 0.2rem;
    }
    
    
    #P9BZ {
        /* backgroung #P9B*/

        display:none;
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.1)), url("https://c.saavncdn.com/430/Aashiqui-2-Hindi-2013-500x500.jpg") center/cover no-repeat;
        filter: blur(10px);             /* adjust blur */
        transform: scale(1.2); 
        z-index:-1;
        
    }


    #P9B_btns {
    display: flex;
    width: 100%;
    justify-content: center;
    }
    #P9B_btns .btn {
        background: var(--bg-color);
        border: 1px solid var(--border-color);
        padding: 0.2rem 0.6rem;
    }