/* ==============================
   PROFILE BACKGROUND
============================== */
.profile-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}

.profile-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  filter: blur(1px);
}

.profile-background img.background-blurred {
  filter: blur(5px) brightness(0.75);
  opacity: 0.4;
}
