.reels-grid{background:0 0;grid-template-columns:repeat(auto-fit,minmax(220px,320px));justify-content:center;place-items:center;gap:16px;display:grid}.reel-wrapper{aspect-ratio:9/14;background:#000;border-radius:16px;transition:all .2s linear;overflow:hidden}.reel-wrapper:hover{transform:translateY(-15px);box-shadow:0 10px 20px #0000004d}.reel-wrapper video{object-fit:cover;width:100%;height:100%}.sound-toggle:hover{background:#fff3;border-radius:50%;padding:5px;transform:scale(1.1)}.reel-wrapper{position:relative}.reel-wrapper video{object-fit:cover;z-index:1;width:100%;height:100%;position:relative}.sound-toggle{z-index:999;position:absolute;bottom:20px;right:20px}@media (max-width:480px){.reels-grid{grid-template-columns:repeat(1,1fr);justify-content:center;place-items:center;gap:10px}.reel-wrapper{aspect-ratio:9/16;width:90%;margin:auto;position:sticky;top:10px}.sound-toggle{font-size:38px}}
