.iconbox {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border: 0;
}
.iconbox a {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	align-items: center;
	text-align: center;
}
.iconbox img {
	width: auto;
	height: 80px;
	margin-bottom: 10px;
}
.iconbox h4 {
	margin: auto;
}

@media only screen and (max-width: 599px) {
	
}