/* CSS Document */
.social-media-teaser .social-media-item {
  margin: 2px;
  padding: 20px;
  border-radius: 1px;
  display: inline-block;
}
.social-media-teaser .social-media-item:hover {
  border: 4px solid #faeb00 !important;
  background-color: white;
  margin: 0;
}
.social-media-teaser .first-aligned-item {
  margin: auto 0;
}
.social-media-teaser .aligned-item {
  margin: auto;
}
.social-media-teaser .cell {
  display: flex;
  min-width: 88px;
}

@media screen and (max-width: 63.9375em) {
  .social-media-teaser .grid-x {
    align-items: center;
    justify-content: space-between;
    align-content: space-between;
  }
  .social-media-teaser .aligned-item {
    margin: 0;
  }
  .social-media-teaser .cell {
    margin: 0;
    margin-bottom: 20px;
    flex-grow: 0;
  }
  .social-media-teaser .cell.small-12 {
    align-self: stretch;
  }
}
@media screen and (max-width: 480px) {
  .social-media-teaser .social-media-item {
    padding: 10px;
  }
  .social-media-teaser .cell {
    padding: 10px;
    min-width: 67px;
  }
}
/*# sourceMappingURL=mask_socialMediaTeaser.css.map */
