.video-title-with-img {
  display: flex;
  flex-direction: column;
  align-items: center; /* zentriert Bild und Text */
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 2em;
  font-family: 'FormaDJRText-Medium-Testing', sans-serif;
  color: #fff;
}

.video-title-with-img .profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
