@media (max-width: 767px) {
  /* The source ribbon PNGs have asymmetric transparent padding. */
  .rh-contact__links {
    overflow: hidden;
  }

  .rh-contact__links a:first-child img {
    position: relative;
    left: 3.4%;
  }

  .rh-contact__links a:last-child img {
    position: relative;
    left: -3.4%;
  }
}
