.pix-wrapper-bande-instagram {
  position: relative;

  padding: clamp(30px, 4vw, 100px) 20px clamp(30px, 4vw, 100px);
  
}

.pix-wrapper-bande-instagram::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: url('i/bg-instagram.png') repeat center center;
  background-size: 400px 400px;

  mask-image: linear-gradient(to bottom, #0000 20%, #000 60%, #0000 100%);
}


.pix-bande-instagram-feed {
  max-width: 1320px;
  margin: 0 auto;
}

.pix-bande-instagram-feed .FollowButton {
  font-family: 'Crimson text', Times, serif;
  line-height: 1;
}