/* .flipbook {
    background: #1d1d1d !important;
}

.action-bar {
    background-color: #333;
    box-shadow: none
} */

.logo a {
    width: 150px !important;
    background-position: center;
}

#first-page-number {
    background: white !important;
}

#second-page-number {
    color: white !important;
}

button.nav {
    color: white !important;
}

#pub-video {
    z-index: 1000;
    inset: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    display: grid;
    place-items: center;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
}

#pub-video[data-visible] {
    opacity: 1;
    pointer-events: all;
}

#pub-video>div {
    background-color: black;
    border-radius: 15px;
    aspect-ratio: 16/9;
    width: 95vw;
    position: relative;
}

#pub-video>div>button {
    border: 0;
    background: white;
    color: black;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    /* Adjust the width as needed */
    height: 24px;
    /* Set the same value as the width to maintain a 1:1 aspect ratio */
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
}

@media (min-width: 800px) {
    #pub-video>div {
        width: 45vw;
    }
}

#pub-video>div>video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}


[href="#pub-video"] {
    background: black url(https://sopress.s3.eu-central-1.amazonaws.com/audi.jpg) no-repeat center center;
    background-size: cover;
}
