.instagram-container {
  padding-bottom: 10rem;
}

.insta-profile-link {
  height: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;  
}

.insta-profile-link span {
  font-weight: 600;
  margin-top: 10px;
  display: block;
}

@media(min-width: 99em) {
  .insta-profile-link span {
    font-size: 20px;
  }
}

/* Responsivley Square Images */ 
.insta-item {
  position: relative;
  width: 100%;
  margin-top: 30px;  
  pointer-events: none;
  transition: all .1s ease-in-out;
}

.insta-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.insta-item img,
.insta-item iframe,
.insta-item video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
} 
/* */

.insta-item svg {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.85;
  z-index: 100;
  width: 25px;
  height: auto;
}

#instagram-anchor a {
  display: block;
  cursor: pointer;
}

#instagram-anchor a:hover {
  filter: brightness(0.5);
}