.sidebar-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(3px);
}
.sidebar-layer {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
