#instafeed {
  position: relative;
  width: -webkit-fill-available;
  z-index: 11;
}

.img-instagram {
  width: -webkit-fill-available;
}

.cover-instagram {
  opacity: 0;
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}

.cover-instagram i {
  color: white;
  font-size: 24px;
  transition: all 0.2s;
}

.cover-instagram:hover {
  opacity: 1;
}

.cover-instagram:hover i {
  font-size: 72px;
}

.owl-page .active {
  background: black;
  color: red;
}

.instagram-grid {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  justify-content: center;
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 32px; */
  margin-bottom: 120px;
}

.card-instagram {
  border: 1px solid rgba(219, 219, 219, 1);
  border-radius: 2px;
  margin-bottom: 32px;
}

.msg-instagram {
  padding: 16px;
  word-break: break-word;
  background-color: white;
  /* max-height: 150px; */
  overflow: hidden;
}

.msg-instagram p {
  /* display: -webkit-box; */
  max-width: -webkit-fill-available;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
