
/* Force full width */
.dflip-book,
.dflip-container,
.dflip-viewer,
.dflip-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
}

/* Left align thumbnails */
.dflip-thumb-wrapper {
    left: 0 !important;
}

/* Remove unwanted padding */
body .dflip-wrapper {
    padding: 0 !important;
}

/* Responsive fix */
@media (max-width: 768px) {
    .dflip-book {
        height: 100vh !important;
    }
}
