.social-insta-wall {
  margin: auto calc(3% + 30px);
}
.col-md-12 .social-insta-wall h2.title {
  font-family: 'Roboto',sans-serif;
  font-size: 2.2rem;
  line-height: 2rem;
  font-weight: 600;
  border: 0;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
}
.social-insta-wall .content {
  background-color: #2a2d35;
  padding: 3rem 4rem;
}
.show-more-btn-wrapper {
  text-align: center;
}
a.btn-primary.show-more-btn {
  background-color: #000000;
  border: 1px solid #ffffff;
  text-decoration: none;
}
a.btn-primary.show-more-btn:hover,
a.btn-primary.show-more-btn:active {
  opacity: 0.95;
  text-decoration: none;
  color: #fff;
  background-color: #000000 !important;
}
.social-profile-thumbnail {
  background-color: #ffffff;
  border-radius: 60%;
  width: 50px;
  height: 50px;
  display: flex;
}
.social-profile-thumbnail img {
  width: 80%;
  margin: auto;
}
.social-profile-name {
  font-family: 'Roboto',sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
}
.social-profile-icon .fa-lg {
  font-size: 1.7em;
  line-height: 1.4em;
  vertical-align: -15%;
}
@media screen and (min-width:992px) {
  .social-insta-wall .item-list .feed-list-desktop {
    display: grid;
    grid-template-columns: 32.3% 32.3% 32.3%;
    gap: 20px;
    width: 100%;
    margin: 0 !important;
  }
  .social-insta-wall .item-list .feed-list-desktop .feed-item {
    list-style: none;
    display: flex;
    /*align-items: center;*/
    margin: 0;
    /*background-color: #000000;
    border: 1px solid #fff;*/
  }
  .social-profile-icon .fa-lg {
    font-size: 2em;
    line-height: 1.8em;
    vertical-align: -15%;
  }
}
@media screen and (min-width:1200px) {
  .social-profile-thumbnail {
    width: 60px;
    height: 60px;
  }
  .social-profile-name {
    font-family: 'Roboto',sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.instagram-wrapper {
  overflow: hidden;
}
.instagram-carousel {
  width: calc(303%);
  white-space: nowrap;
}
.instagram-carousel a {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc(32.98%);
}
.social-insta-wall .item-list .feed-list .feed-item a {
  text-decoration: none;
  background-color: #000000;
}
.social-insta-wall .item-list .feed-list .feed-item a figcaption {
  font-family: 'Roboto',sans-serif;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 400;
  padding: 1rem;
}


@media screen and (max-width:991px) {
  .social-insta-wall .item-list .feed-list {
    max-width: 400px;
    margin: auto;
  }
  .owl-carousel .owl-item .social-profile-thumbnail img {
    width: 80% !important;
  }
}
@media screen and (min-width:501px) and (max-width:991px) {
  .social-insta-wall .item-list .feed-item {
    max-width: 346px;
  }
}
@media screen and (max-width:750px) {
  .social-insta-wall {
    margin: auto 10px;
  }
  .social-insta-wall .item-list .feed-list-desktop {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width:500px) {
  .social-insta-wall .item-list .feed-list {
    max-width: 280px;
    margin: auto;
  }
  .social-insta-wall .item-list .feed-item {
    max-width: 280px;
  }
  .social-insta-wall .content {
    padding: 1rem;
    padding-bottom: 2rem;
  }
}
