.flipbook-footer {
    bottom: 10px;
    z-index: 9998;
    position: fixed;
    left: 50%;
    color: #ffffff;
    transform: translateX(10px);
}

.flipbook-footer:nth-child(1) {
    transform: translateX(-100%) translateX(-10px);
}

.flipbook-footer:hover,
.flipbook-footer:focus {
    color: #ffffff;
}