

#haxby-icons-flex .haxby-item .haxby-icon-txt {
	text-align:center;
	font-size: 0.9em;
	line-height: 1.15em;
	margin-top: -10px;
}

#haxby-icons-flex .haxby-item figure {
	transform: scale(0.7);
	text-align: center;
}


#haxby-icons-flex {
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}


@media only screen and (max-width:890px) and (orientation: portrait) {	
	#haxby-icons-flex { flex-direction: column; }
}

@media only screen and (max-width:890px) and (orientation: landscape) {	
		#haxby-icons-flex { flex-direction: column; }
}
