/* ZelloFunk 1.7.34: neues Titelbild für die Chat-Seite */
.chat-hero-image-wrap{
  position:relative;
  width:100%;
  max-width:520px;
  margin-left:auto;
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 28px 65px rgba(0,0,0,.32);
  background:rgba(255,255,255,.08);
}
.chat-hero-image{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1/1;
  object-fit:cover;
}
@media(max-width:900px){
  .chat-hero-image-wrap{margin:0 auto;max-width:500px}
}
@media(max-width:600px){
  .chat-hero-image-wrap{border-radius:24px;max-width:100%}
}
