.TileIcon{ width: 22.45%; display : inline-block; border: 1px solid #AAA; border-radius: 3px; max-width: 82px; margin:7px; min-width: 140px; padding-top: 5px; } .TileIcon img{ max-width: 99%; display : block; height: 80px; width: 80px; border: none; margin: auto; padding-bottom:5px; } .TileIcon span { width: 100%; text-align: center; font-size: 11px; background-color: #ECECEC; height: 40px; display: flex; flex-wrap: nowrap; flex-direction: column; justify-content: center; padding: 0px; border-top: 1px solid #AAA; } .AZBrandIconContainer { padding-bottom: 15px; } div.StaticIconContainer { align-content: space-around; display: flex; flex-wrap: wrap; justify-content: flex-start; } .TileIcon a { text-decoration: none; } 