.pfw-wrapper .pfw-popup { display:none; position: fixed; top: 0;left: 0; width: 100%;height: 100%; 
    background:rgba(0,0,0,0.9); z-index: 9999; justify-content: center; align-items: center; }

.pfw-wrapper .pfw-content { position: relative; max-width: 100%; max-height: 100%; padding: 40px 10px; width: 100%; height: 100vh;
    display: flex; align-items: center; justify-content: center; }

.pfw-wrapper .pfw-close { position: absolute; top: 30px; right: 30px; font-size: 30px; color: #fff; cursor: pointer; }

.pfw-wrapper .flipbook img { width: 100%; height: 100%; object-fit: cover; }

/* @media(max-width:768px){
    .pfw-wrapper .flipbook { width: 100% !important; height: auto !important; }
} */