.gallery--square{display: flex;flex-wrap: wrap;gap: 10px;margin: 0;padding: 0;list-style: none;}
.gallery--square li {flex: 0 0 calc(25% - 8px)}
.gallery--square li a{display:block; width:100%; height:220px; overflow:hidden}
.gallery--square li img{max-width:100%; width:100%; height:100%; object-fit:cover}
.gallery-button-more{margin-top: 20px; text-align: center;}
.gallery-button-more a{line-height:70px; margin:0 auto; max-width:33.33%}

 





@media (max-width: 1259px) {
	.gallery--square li a{height:180px}
	.gallery-button-more a{line-height:60px}
}
@media (max-width: 991px) {
    .gallery--square li {flex: 0 0 calc(33.333% - 7px);}
	.gallery-button-more a{max-width:50%; line-height:50px}
}
@media (max-width: 767px) {
	.gallery--square li a{height:130px}
}

@media (max-width: 575px) {
    .gallery--square li {flex: 0 0 calc(50% - 5px);}
	.gallery--square li a {height: 35vw;}
	.gallery-button-more a{max-width:100%}
}


