.chi-reels{--chi-cols:4;--chi-gap:20px;--chi-radius:8px;display:grid;grid-template-columns:repeat(var(--chi-cols),1fr);gap:var(--chi-gap);width:100%;margin:0;padding:0;list-style:none}.chi-reels *{box-sizing:border-box}.chi-reel{position:relative;aspect-ratio:9 / 16;overflow:hidden;border-radius:var(--chi-radius);background:#000}@supports not (aspect-ratio:9 / 16){.chi-reel{padding-top:177.78%}}.chi-reel video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.chi-reel-sound{position:absolute;right:10px;bottom:10px;z-index:2;width:34px;height:34px;display:flex;align-items:center;justify-content:center;padding:0;margin:0;border:0;border-radius:50%;background:rgb(0 0 0 / .55);color:#fff;font-size:15px;line-height:1;cursor:pointer;transition:background .2s ease}.chi-reel-sound:hover,.chi-reel-sound:focus{background:rgb(0 0 0 / .85)}.chi-reel-sound:focus-visible{outline:2px solid #fff;outline-offset:2px}@media (max-width:767px){.chi-reel-sound{width:28px;height:28px;font-size:13px;right:6px;bottom:6px}}