/*!/wp-content/plugins/video-slider-container/assets/css/video-slider-container.css*/.vsc-container{position:relative;width:100%;overflow:hidden;background:#000}.vsc-videos{position:absolute;inset:0;z-index:0}.vsc-video-layer{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 0.5s ease,visibility 0.5s ease}.vsc-video-layer.active{opacity:1;visibility:visible}.vsc-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}.vsc-video-iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.vsc-slide-overlay{position:absolute;inset:0;background:rgb(0 0 0 / .3);z-index:1;pointer-events:none}.vsc-content{position:relative;z-index:2;width:100%;height:100%;display:flex}.vsc-content>.e-con{width:100%;flex:1}.vsc-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:rgb(255 255 255 / .3);border:none;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background 0.3s ease}.vsc-arrow:hover{background:rgb(255 255 255 / .5)}.vsc-arrow svg{width:24px;height:24px;fill:#fff}.vsc-arrow-prev{left:20px}.vsc-arrow-next{right:20px}.vsc-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}.vsc-dot{width:12px;height:12px;border-radius:50%;background:rgb(255 255 255 / .5);border:none;cursor:pointer;transition:background 0.3s ease,transform 0.3s ease;padding:0}.vsc-dot:hover{background:rgb(255 255 255 / .8)}.vsc-dot.active{background:#fff;transform:scale(1.2)}@media (max-width:768px){.vsc-arrow{width:40px;height:40px}.vsc-arrow svg{width:20px;height:20px}.vsc-arrow-prev{left:10px}.vsc-arrow-next{right:10px}}.elementor-editor-active .vsc-container{height:auto!important;min-height:400px}.elementor-editor-active .vsc-videos{display:none}