#place {
opacity:1;
transition: opacity 1s; 
}

#place.fade {
opacity:0;
}

.mediatitle {
visibility: hidden;
}
div.wrapper{  
    position:relative; /* important(so we can absolutely position the description div */  
float: right;
width: 438px;
}  
div.description{  
    position:absolute; /* absolute position (so we can position it where we want)*/  
    bottom:0px; /* position will be on bottom */  
    left:0px;  
    display:none; /* hide it */  
    /* styling bellow */  
    background-color:black;  
    font-family: 'Verdana';  
    font-size:13px;  
    color:white;  
}  
div.description_content{  
    padding:10px;  
} 

         .white-popup {
         position: relative;
         background: url(/images/site/ImageBG.jpg);
         padding: 20px;
         width: auto;
         max-width: 950px;
         margin: 20px auto;
         }
         .cursive{font-family:Tangerine,cursive!important;text-transform:none!important;font-size:30px!important}
