.rp-canvas{
    width: 100%;
    max-height: 100%;
}

.lv-player {
    /* --lv-aspect-ratio: 1.78; */
    /* --lv-width: auto; */
    height: 100%;
    max-height: 100%;
}

/* @media (min-aspect-ratio: 8 / 5) {
    .ractive-player {
        --lv-width: auto;
    }
} */

video{
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
}

.popup {
    top:48%;
    width: 100%;
    height: 45%;
    position:absolute;
    display: flex;
    padding: 0 4%;
}

.btn-ios{
    flex:1;
    background-color: #333333;
    opacity: 0%;
    z-index: 100;
    margin-left:2%;
    margin-right: 0%;
}
.btn-ios:last-child{
    margin-right: 0%;
}
  
.btn{
    flex:1;
    background-color: #333333;
    opacity: 0%;
    z-index: 100;
    margin-left:2%;
    margin-right: 0%;
}
.btn:last-child{
    margin-right: 0%;
}
.btn:hover{
    opacity: 30%;
}

.lv-controls{
    width: 100%;
    left: 0;
    top:auto;
    bottom: 0;
}

.lv-controls.hidden, .rp-controls.hidden{
    opacity: 100%!important;

}
.fat-fingers {
position: relative;
}
    
.fat-fingers::after {
content: "";
position: absolute;
top: -10px;
bottom: -10px;
left: -10px;
right: -10px;
}