.site-bg-image {
  width: 100%;
  height: 100svh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}
.site-bg-image-blur {
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  top: 0;
  left: 0;
  z-index: 1;
}
