/*h5 {
  font-size: 10px;
  color: red;
  -webkit-transition: all 2.5s ease;
  -moz-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  -ms-transition: all 2.5s ease;
}

i:hover{ -webkit-transform: scale(10); }*/

i {line-height: 20px; font-size: 14px; display: block; height: 20px;}
i:hover {font-size: 20px;}
img.icons {
	max-height: 40px;
	max-width: 40px;
}
