.fv-player{animation:fvSlideIn .3s ease;aspect-ratio:16/9;background:#000;border-radius:10px;bottom:20px;box-shadow:0 8px 20px rgba(0,0,0,.35);display:none;overflow:hidden;position:fixed;right:20px;width:450px;z-index:9999}.fv-player iframe,.fv-player video{border:none;border-radius:inherit;display:block;height:100%;width:100%}.fv-close{align-items:center;background:rgba(0,0,0,.6);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:22px;justify-content:center;line-height:1;padding:0;position:absolute;right:8px;top:6px;width:22px;z-index:2}@keyframes fvSlideIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.fv-player.draggable{cursor:move}@media (max-width:768px){.fv-player{bottom:10px;right:10px;width:90vw}}