.instagram-area {
  transform: translateY(-50%);
  position: relative;
  z-index: 1;
}

.instagram-feed-item {
  position: relative;
  z-index: 1;
  height: 196px;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .icon-link {
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 35px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
  }
}

.instagram-wrapper {
  position: relative;

  :is(.swiper-button-prev, .swiper-button-next) {
    opacity: 0;
    visibility: hidden;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;

    &::after {
      font-size: 12px;
      color: #838586;
      -webkit-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: block;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      border-radius: 50%;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
  }

}