.gallery{grid-template-columns:repeat(4,1fr);display:grid}.gallery__item{display:block;overflow:hidden}.gallery__item img{aspect-ratio:1;object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery__item:hover img{transform:scale(1.05)}@media (max-width:668px){.gallery{grid-template-columns:1fr 1fr;display:grid}.gallery__item{overflow:hidden}.gallery__item:first-child,.gallery__item:last-child{grid-column:span 2}.gallery__item img{object-fit:cover;width:100%;height:100%}.gallery__item:first-child img{aspect-ratio:16/10}.gallery__item:not(:first-child) img,.gallery__item:last-child img{aspect-ratio:1}}
