#hkss-overlay{
  position: fixed;
  inset: 0;
  background: #000;
  display: none;
  z-index: 999999;
  cursor: none;
}
#hkss-stage{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hkss-stage img, #hkss-stage video{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hkss-wrap .hkss-global,
.hkss-wrap .hkss-slider-box{
  background:#fff;
  border:1px solid #dcdcde;
  border-radius:8px;
  padding:16px 18px;
  margin:16px 0;
}
.hkss_thumbs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}
.hkss_thumbs img{ display:block; }
