.instrgram-feed {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 2rem 0;
}
.instrgram-feed .user-profile {
  background: linear-gradient(40deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
  width: 48px;
  height: 48px;
  padding: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.instrgram-feed .user-profile a {
  width: 100%;
  height: 100%;
  padding: 2px;
}
.instrgram-feed .user-profile img {
  width: 100%;
  height: 100%;
}
.instrgram-feed .feed-card {
  height: 275px;
}
@media (max-width: 400px) {
  .instrgram-feed .feed-card {
    height: 180px;
  }
}
.instrgram-feed .feed-card .insta-feed {
  height: 100%;
  width: 100%;
}
.instrgram-feed .feed-card .insta-feed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instrgram-feed .feed-card .feed-content {
  background-color: rgba(0, 0, 0, 0.6235294118);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}
.instrgram-feed .feed-card .feed-content .comment-box p {
  overflow: hidden;
  text-align: center;
  max-height: 84px;
  width: 100%;
  padding: 10px;
}
.instrgram-feed .feed-card:hover .feed-content {
  opacity: 1;
  visibility: visible;
  top: 0 !important;
}
.instrgram-feed .feed-card:hover .m-icon {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
.instrgram-feed .swiper-button-next,
.instrgram-feed .swiper-button-prev {
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.479);
  text-align: center;
  padding: 10px;
  border-radius: 50%;
}
.instrgram-feed .swiper-button-next::after,
.instrgram-feed .swiper-button-prev::after {
  font-size: 20px;
}
.instrgram-feed .swiper-button-next:hover,
.instrgram-feed .swiper-button-prev:hover {
  background: #000;
}
.instrgram-feed .small-wedget-insta {
  width: 100%;
  max-width: 360px;
}
.instrgram-feed.dark {
  background: rgb(28, 27, 27);
  color: #fff;
}
.instrgram-feed.dark .text-dark {
  color: #fff !important;
}
.instrgram-feed .post-slider {
  width: 100%;
  max-width: 700px;
}
.instrgram-feed .post-slider .feed-card {
  height: 450px;
}/*# sourceMappingURL=instagram-profile-widget.css.map */