.block-gallery{padding:8rem 0;background:#f8f7f2}.block-gallery__item{background-size:cover;background-position:50%;height:32rem;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.block-gallery__item:hover{cursor:pointer}@media (max-width:991px){.block-gallery__item{grid-column:span 3!important}}.block-gallery__item.active{grid-column:span 3!important;height:64rem}@media (max-width:991px){.block-gallery__item.active{height:32rem}}.block-gallery .wrapper{display:grid;grid-gap:1rem;grid-template-columns:repeat(3,1fr)}.block-gallery .wrapper>.block-gallery__item:nth-child(6n+1){grid-column:span 2}.block-gallery .wrapper>.block-gallery__item:nth-child(6n+2),.block-gallery .wrapper>.block-gallery__item:nth-child(6n+3),.block-gallery .wrapper>.block-gallery__item:nth-child(6n+4),.block-gallery .wrapper>.block-gallery__item:nth-child(6n+5){grid-column:span 1}