@import url('/bestonlyfans-content-v10.css');

.creator-portrait {
  float: right;
  width: min(280px, 42%);
  margin: 0 0 20px 24px;
}

.creator-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 14px;
}

.creator-portrait figcaption {
  margin-top: 7px;
  color: #707680;
  font-size: .72rem;
}

.creator-review::after {
  display: block;
  clear: both;
  content: '';
}

@media (max-width: 700px) {
  .creator-portrait {
    float: none;
    width: 100%;
    max-width: 360px;
    margin: 0 0 20px;
  }
}
