/* USRBG */
@import url(https://discord-custom-covers.github.io/usrbg/dist/usrbg.css);

/* USRBG Support */
.popoutBanner-3cqRD9::before,
.profileBanner-1owKI5::before {
  content: "";
  position: absolute;
  background: #000 var(--user-background) var(--user-popout-position, center) /cover no-repeat;
  background-attachment: var(--user-background, fixed);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.root-8LYsGj .profileBanner-1owKI5 {
  height: 200px !important;
  max-height: var(--user-background, 120px) !important;
}
.userPopout-2j1gM4[style*="-user-"] .banner-1YaD3N,
.root-8LYsGj[style*="-user-"] .banner-1YaD3N {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: var(--user-popout-position, center) center;
  background-image: var(--user-background);
}