@keyframes rotating{100%{transform:rotate(360deg)}}.galleryMore{display:grid;grid-template-columns:repeat(1, 1fr)}@media(min-width: 35.9375rem){.galleryMore{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 62rem){.galleryMore{grid-template-columns:repeat(3, 1fr)}}.galleryMore .galleryBox{aspect-ratio:246/245;overflow:hidden}.galleryMore .galleryBox img{width:100%;height:100% !important;object-fit:cover;object-position:center;aspect-ratio:246/245;transition:transform .3s ease-in-out}.galleryMore .galleryBox .galleryItem a:hover img{transform:scale(1.05)}