.insta-feed__heading {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 48px;
  text-align: center;
  color: #394F77;
}

.insta-feed__heading a {
  color: #DCAE4B;
}

/* Fix gap when heading shares a Bootstrap row with tall image columns */
.insta-feed .row {
  align-items: flex-start;
  flex-wrap: wrap;
}

.insta-feed .row > .insta-feed__heading {
  flex: 0 0 100%;
  max-width: 100%;
  align-self: flex-start;
  height: auto;
}

.insta-feed__col {
  position: relative;
  margin-bottom: 0;
}

/* 4:5 portrait — matches Instagram feed uploads */
.insta-feed__col::before {
  content: '';
  display: block;
  padding-top: 125% !important;
}

.insta-feed__link {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
}

.insta-feed__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.insta-feed__overlay {
  border-radius: 8px;
}

@media (max-width: 991px) {
  .insta-feed__col {
    margin-bottom: 15px;
  }
}
