html,body{margin:0;padding:0;width:100%;overflow:hidden}#image-grid-12{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(8,1fr);gap:0;width:100vw;height:100vh;position:fixed;top:0;left:0;box-sizing:border-box}.grid-item-12{width:100%;height:100%;overflow:hidden}.grid-item-12 img{width:100%;height:100%;object-fit:cover;display:block}