.content .images .image {
  width: 150px;
  height: 150px;
}

.poster-details .pic {
  width: 60%;
  border-radius: 500px;
}
.poster-details .social {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
}
.poster-details .label {
  border-bottom: 1px solid var(--c6);
}
.poster-details .label .label2 {
  width: 50%;
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 97%, 0% 100%);
  clip-path: polygon(0 0, 70% 0, 100% 97%, 0% 100%);
}

.video {
  height: 200px;
  background-image: url("/assets/default.png");
}

.posts {
  display: flex;
  height: 160px;
  flex-wrap: wrap;
}
.posts .imge {
  margin: 0;
  height: 180px;
  width: 20px;
}/*# sourceMappingURL=post.css.map */