.socialIcon {
    max-height:70px;
}

@media screen and (max-width: 767px) {
   #socialIcons [class*="span"] {
       float: left;
       max-width: 75px;
   }
}