.flipbook-wrap {
    position: relative;
    display: inline-block;
}

.flipbook {
    height: 100%;
    transition: margin-left 0.25s ease-out;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flipbook .shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.flipbook .flipbook-page {
    height: 100%;
    width: 100%;
}

.flipbook .flipbook-page img {
    width: 100%;
    height: 100%;
}
.flipbook-buttons-wrap {
    margin-top: 13px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.flipbook-change-btn {
    cursor: pointer;
    font-size: 30px;
    color: #000;
    transition: 0.2s;
}
.flipbook-change-btn:hover {
    color: #fa5b0f;
}
