/* Square imgs */

.square-image img {
	width: 100% !important;
    aspect-ratio: 1/1;
    object-fit: cover;
}