.affix-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.affix-item img{width:100%;border-radius:12px;transition:.3s;cursor:pointer}.affix-item img:hover{transform:scale(1.05)}.affix-full{position:fixed;top:0;left:0;width:100vw!important;height:100vh!important;object-fit:contain;background:#000;z-index:999999}.affix-btn{text-align:center;margin-top:20px}.affix-btn a{padding:12px 24px;background:#0d6efd;color:#fff;text-decoration:none;border-radius:30px}@media(max-width:768px){.affix-gallery{grid-template-columns:repeat(2,1fr)}}