/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2026 | 03:55:45 */
.df-popup-thumb .df-book-title {
    bottom: -100%;
    /* position: absolute; */
    width: 100%;
    left: 0;
    padding: 5px;
    font-size: .75em;
    background: rgba(255,255,255,.9);
    box-sizing: border-box;
    display: block;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    /* opacity: 0; */
}