/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2021 IMAJIKU.
*/

/* = PDF FLIPBOOK
-------------------------------------------------------------*/
.pdff-lightbox-wrapper {
    top: 10px;
}

.flip-book-box {
    display: block;
    position: relative;
}

.flip-book-box ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style: none;
    padding-left: 0;
    flex-wrap: wrap;
}

.flip-book-box .book {
    width: 250px;
    height: 100%;
    margin: 25px 15px;
}

.flip-book-box .book img {
    width: 100%;
    height: 100%;
}