.images-gallery .gallery-grid{display:grid;gap:15px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(6,1fr)}.images-gallery .gallery-item{border-radius:12px;overflow:hidden;position:relative}.images-gallery .gallery-grid{margin-left:auto;margin-right:auto;max-width:3000px;padding:0 20px}.images-gallery .gallery-item img{height:100%!important;object-fit:cover;transition:transform .3s ease;width:100%}.images-gallery .gallery-item:first-child{grid-area:1/1/4/2}.images-gallery .gallery-item:nth-child(2){grid-area:4/1/7/2}.images-gallery .gallery-item:nth-child(3){grid-area:1/2/7/3}.images-gallery .gallery-item:nth-child(4){grid-area:1/3/5/4}.images-gallery .gallery-item:nth-child(5){grid-area:5/3/7/4}.images-gallery .gallery-item:nth-child(6){grid-area:1/4/7/5}@media (max-width:768px){.images-gallery .gallery-grid{grid-template-columns:1fr}.images-gallery .gallery-item{aspect-ratio:16/9;grid-area:auto!important}}@media (min-width:768px){.images-gallery .gallery-grid{max-height:679px}}.images-gallery .images-gallery-buttons{margin-top:30px}