@keyframes rotating{100%{transform:rotate(360deg)}}.galleryMore{display:grid;grid-auto-flow:dense;grid-gap:.8rem;grid-template-areas:"first second" "third third";grid-template-columns:repeat(2, 1fr)}@media(min-width: 48rem){.galleryMore{grid-template-areas:"first second third";grid-template-columns:repeat(3, 1fr)}}.galleryMore .galleryBox{position:relative;display:none;height:26rem}@media(min-width: 35.9375rem){.galleryMore .galleryBox{height:51rem}}.galleryMore .galleryBox img{position:absolute;top:0;left:0;width:100%;height:100% !important;object-fit:cover;object-position:center}.galleryMore .galleryBox:nth-child(-n+6){display:block}.galleryMore .galleryBox:nth-child(1){grid-area:first}.galleryMore .galleryBox:nth-child(2){grid-area:second}.galleryMore .galleryBox:nth-child(3){grid-area:third}.galleryMore .galleryItem{display:flex}.galleryMore .galleryItem-inner{width:100%}.galleryMore a.galleryItem-inner::before{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:rgba(255,92,0,0);content:"";transition:background 350ms ease-in-out}.galleryMore a.galleryItem-inner:hover::before{background:rgba(255,92,0,.3)}.galleryBox{overflow:hidden}.galleryItem{width:100%}.galleryItem img{width:100%;height:100%;object-fit:cover}