.hivs-slider{position:relative;width:100%;max-width:1200px;margin:0 auto;overflow:hidden;background:#000;line-height:0}
.hivs-track{display:flex;width:100%;transition:transform .45s ease}
.hivs-slide{position:relative;flex:0 0 100%;width:100%;aspect-ratio:16/9;background:#000}
.hivs-video-wrap{position:relative;width:100%;height:100%}
.hivs-video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.hivs-click-layer{position:absolute;inset:0;z-index:5;display:block;cursor:pointer;background:transparent}
.hivs-prev,.hivs-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:42px;height:60px;border:0;border-radius:4px;background:rgba(0,0,0,.45);color:#fff;font-size:42px;line-height:50px;cursor:pointer}
.hivs-prev{left:10px}.hivs-next{right:10px}
.hivs-prev:hover,.hivs-next:hover{background:rgba(0,0,0,.7)}
.hivs-dots{position:absolute;left:0;right:0;bottom:10px;z-index:10;display:flex;justify-content:center;gap:7px;line-height:1}
.hivs-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer}
.hivs-dots button.is-active{background:#fff}
@media(max-width:600px){
 .hivs-prev,.hivs-next{width:34px;height:48px;font-size:32px}
 .hivs-prev{left:5px}.hivs-next{right:5px}
}
