.image-right
{
  width: 560px;
  max-height: 400px;
  object-fit: cover;
  float: right;
  margin-left: 10px; /* Abstand zwischen Bild und Text */
}
@media (max-width: 1024px)
{
  .image-right 
  {
    width: 100%;
    max-height: 400px;
    --float: none;
    display: block;
    margin: 0 auto 0px; /* Zentriert das Bild und fügt Abstand nach unten hinzu */
  }
}
#content
{
  overflow: hidden;
}

#content p
{
  margin: 0px;
}

.blog-profile-img-container
{
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width:  24px;
  height: 24px;
}
.blog-profile-img-container img
{
  position: absolute;
  transform-origin: top left;
}