
.icongrid img {
	padding:0px;
	width:  100%;
	max-width: 64px;
}

.icongrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10px,1fr));
	
	grid-template-rows: 48px;
	
	grid-column-gap: 7px;
	grid-row-gap: 2px;
	/*background-color: #ff0000;*/
	width: 100%;
	list-style-type: none;
}

.icongrid li {
	padding: 0px;
	margin: 0px;
	justify-self: stretch;
	align-self: center;
}

.icongrid img {
	/*background-color: #fff;
	border-width: 2px;
	border-color: #111;
	border-style:solid;*/
	border-radius: 10%;
	/*width: auto;
	width-max:48px;*/
}