.scrollbar-hide::-webkit-scrollbar {display:none;}.scrollbar-hide {-ms-overflow-style:none;scrollbar-width:none;}
.flipbook-container {
    min-height: 600px; /* ou la hauteur souhaitée */
    height: 80vh; /* ou une hauteur fixe */
}
#flipbook-container-2 {
    min-height: 400px; /* ou la hauteur souhaitée */
    height: 60vh; /* ou une hauteur fixe */
}
.flipbook-container .page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.flipbook-container .page img {
    max-height: 100%;
    height: 100%;
    width: auto;
    object-fit: contain;
}