.social-feed .instagram .feed-listing-container figure {
  width: auto;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden;
}
.social-feed .instagram .feed-listing-container figure a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.social-feed .instagram .feed-listing-container figure a i.type-icon {
  color: #fff;
  font-size: 0.8rem;
  position: absolute;
  right: 5px;
  top: 5px;
}
.social-feed .instagram .feed-listing-container figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=social-feeds.css.map */
