
    img{
    width:100%;}
    #popup_content_wrap {
    width: 100%;
        height: 100%;   
        top: 0;
        left: 0;   
     position: fixed;	
        background: rgba(0, 0, 0, 0.74);
        z-index: 9999999;
    }
    #popup_content {
        width: 50%;
        height: 600px;
        padding:5px;
         position: relative;
        top: 5%;
        left: 25%;
        background: transparent;
       /* background: #1b100ed9;*/
        /*border: 10px solid #ce8019;  */
        border: transparent;
    }
