/**handles:acf-gallery-block-style**/
@media(min-width: 998px){.gallery-block .gallery-wrapper{display:grid;grid-template-columns:475fr 230fr 300fr 385fr;gap:10px}.gallery-block .gallery-wrapper .gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery-block .gallery-wrapper .gallery-item:nth-child(6n+1) img{aspect-ratio:475/264}.gallery-block .gallery-wrapper .gallery-item:nth-child(6n+2) img{aspect-ratio:230/264}.gallery-block .gallery-wrapper .gallery-item:nth-child(6n+3) img{aspect-ratio:300/264}.gallery-block .gallery-wrapper .gallery-item:nth-child(6n+4){grid-row:span 2}.gallery-block .gallery-wrapper .gallery-item:nth-child(6n+4) img{aspect-ratio:385/538}.gallery-block .gallery-wrapper .gallery-item:nth-child(6n+5) img{aspect-ratio:475/264}.gallery-block .gallery-wrapper .gallery-item:nth-child(6n+6){grid-column:span 2}.gallery-block .gallery-wrapper .gallery-item:nth-child(6n+6) img{aspect-ratio:540/264}}@media(min-width: 768px)and (max-width: 997px){.gallery-block .gallery-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px}.gallery-block .gallery-wrapper .gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:16/9}.gallery-block .gallery-wrapper .gallery-item:nth-child(6n+4){grid-row:span 2}}@media(max-width: 767px){.gallery-block .gallery-wrapper{display:grid;grid-template-columns:1fr;gap:10px}.gallery-block .gallery-wrapper .gallery-item img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}}