@keyframes rotating{100%{transform:rotate(360deg)}}.galleryContainer{display:grid;gap:4.4rem}@media(min-width: 35.9375rem){.galleryContainer{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 62rem){.galleryContainer{grid-template-columns:repeat(4, 1fr)}}.galleryItem{overflow:hidden;width:100%;border-radius:.4rem}.galleryItem img{width:100%;height:100%;object-fit:cover}