figure.imagewrapper {
}
figure.imagewrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.imagewrapper > .image {
  display: block;
  position: relative;
  padding: 15px 0;
}
figure.imagewrapper > .image img {
  width: 70%;
  border-radius: 50%;
}

.eqWrap {
	display: flex;
}
.eq {
	padding: 10px;
}
.equalHW {
	flex: 1;
}
.equalHMWrap {
	justify-content: space-between;
}
.equalHM {
	width: 32%;
}
.equalHMRWrap {
	justify-content: space-between;
	flex-wrap: wrap;
}
.equalHMR {
	width: 32%;
	margin-bottom: 2%;
}
.equalHMVWrap {
	flex-wrap: wrap;
}
.equalHMV {
	width: 32%;
	margin: 1%;	
}
.equalHMV:nth-of-type(3n) {
	margin-right: 0;	
}
.equalHMV:nth-of-type(3n+1) {
	margin-left: 0;	
}
