#tour-libras-root { font-family: inherit; }
#tour-libras-button {
    position: fixed;
    left: 12px;
    top: 30%;
    transform: translateY(-30%);
    z-index: 99999;
    background: #f0f0f0;
    border-radius: 100%;
    width: 49px;
    height: 48px;
    cursor: pointer;
    padding: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}
#tour-libras-button img{
    width: 100%;
}
#tour-libras-popup {
    position: fixed;
    left: -420px; /* hidden at left */
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    max-width: calc(100% - 80px);
    z-index: 100000;
    transition: left 0.36s cubic-bezier(.22,.9,.32,1);
}
#tour-libras-popup.open { left: 20px; }




.tour-libras-popup-inner {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}
.tour-libras-popup-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}
.tour-libras-video-wrap {
    width: 100%;
    height: 100%;
    padding: 0;
}

.tour-libras-close {
    background: #000000;
    border: 4px solid #fff;
    width: 36px;
    font-size: 26px;
    line-height: 1;
    padding: 1px;
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 12;
    border-radius: 100%;
}
.tour-libras-close:hover{
    background: #000000;
}

#tour-libras-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    background: #000;
    display: block;
}


#tour-libras-overlay {
    position: fixed;
    left:0; right:0; top:0; bottom:0;
    z-index: 99998;
    display: none;
}
#tour-libras-overlay.visible { display:block; }

/* small screens adjustments */
@media(max-width:480px){
    #tour-libras-popup { width: 92%; left: -100%; }
    #tour-libras-popup.open { left:4%; }
    #tour-libras-button { left:8px; }
}

video#tour-libras-video_html5 {
    min-height: 350px;
}
div#mep_0 {
    min-height: 350px;
    z-index: 1;
}