.social-media-links--platforms.platforms.horizontal {
  font-size: 0.83333rem;
  margin: 0 -18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
}

.social-media-links--platforms.platforms > li {
  padding-left: 0.125em;
  padding-right: 0.125em;
  margin: auto;
  font-size: inherit;
  -webkit-box-flex: 1;
          flex: 1;
  min-width: 48px;
}

a[class*=social-media-link-icon--] {
  display: block;
  height: 48px;
  width: 100%;
  max-width: 48px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}
a[class*=social-media-link-icon--]:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.social-media-link-icon--facebook {
  background-image: url("/themes/custom/cityofraleigh/images/social/facebook.png");
}

.social-media-link-icon--twitter {
  background-image: url("/themes/custom/cityofraleigh/images/social/twitter.png");
}

.social-media-link-icon--instagram {
  background-image: url("/themes/custom/cityofraleigh/images/social/instagram.png");
}

.social-media-link-icon--youtube {
  background-image: url("/themes/custom/cityofraleigh/images/social/youtube.png");
}

.social-media-link-icon--linkedin {
  background-image: url("/themes/custom/cityofraleigh/images/social/linkedin.png");
}