.instagram-slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2px;
}

.instagram-caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.instagram-video {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 12px;
  background: #000;
}
