.user_avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.user_info {
  float: right;
  height: 100%;
  display: flex;
  gap: 4px;
  align-items: center;
  margin-left: 30px;
}

.username {
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 110px;
}

.banner-content {
  padding: 0 4vw!important;
}
