

    #my-player{display:block;width:100%;}
    .my-player-dimensions { height:560px;}
    .video-js .vjs-big-play-button{background:none!important; z-index: 99999;height: 6em!important;width: 6em!important;margin-top: -3em!important;margin-left: -3em!important;border:none!important;}
    .video-js .vjs-big-play-button .vjs-icon-placeholder::before{top: 0%!important;font-size: 5em;content: ""!important;display: block;background: url("/wp-content/themes/inspiro/img/play.svg") no-repeat center;background-size:150px auto;}
    .video-js .vjs-control-bar {height:8em;}
    .vjs-button > .vjs-icon-placeholder::before {font-size: 3.9em;line-height: 2.3;}
    .vjs-slider-horizontal .vjs-volume-level::before {line-height: 1.35em;}
    .vjs-volume-horizontal{margin-top:25px!important;}
    .vjs-slider-horizontal .vjs-volume-level::before {line-height: 0.6em!important;}

    /* ¿ØÖÆÌõ */
    .custom-controls{
        position:absolute;
        bottom:40%;
        left:50%;
        transform:translateX(-50%);
        display:flex;
        gap:25px;
        padding:12px 20px;
        border-radius:40px;
        opacity:0;
        transition:0.3s;
        z-index:9999;
    }
    .custom-controls.show{ opacity:1;}
    .control-btn{color:#fff; font-size:82px;
        width:60px;
        height:60px;
        display:flex;
        align-items:center;
        justify-content:center;
        cursor:pointer;
        user-select:none;
        outline:none;
        border:none;
        background:transparent;
        margin:0 50px;
    }
    .control-btn svg{
        width:60px;
        height:60px;
        fill:#fff;
    }
    .control-btn:focus,
    .control-btn:active{
        outline:none;
    }
    .control-btn{
        -webkit-tap-highlight-color: transparent;
    }
    .center-icon{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%) scale(0.5);
        font-size:70px;
        color:#fff;
        text-shadow: 0 0 20px rgba(0,0,0,0.8);
        opacity:0;
        transition:all 0.3s ease;
        pointer-events:none;
        z-index:9998;
    }
    .center-icon.show{
        opacity:1;
        transform:translate(-50%,-50%) scale(1);
    }
    .vjs-tech { pointer-events: none; }
    .vjs-control-bar { height: 8em; }

    @media (max-width: 678px){
        .control-btn{margin:0 0.1em;}
        .vjs-volume-panel {display: flex !important; align-items: center;}
        .vjs-volume-control { display: block !important; visibility: visible !important;opacity: 1 !important; width: 5em !important;}
        .vjs-mute-control { display: inline-block !important; }
        .vjs-volume-panel-horizontal{width:10em!important;opacity: 1!important;}
        .video-js .vjs-volume-bar {margin-top: -1.3em!important;}
        .vjs-slider-horizontal .vjs-volume-level::before {line-height: 0.5em !important;}
        .video-js .vjs-control:focus,
        .video-js .vjs-control:active,
        .video-js .vjs-button:focus,
        .video-js .vjs-button:active { outline: none !important; box-shadow: none !important;}
        .control-btn{width:50px;height:50px;font-size:39px;}
        .custom-controls {bottom:16%;padding:200px 100px;}
    }

