.lf-glamoubar {
  position: relative;
  /* background: url("../images/glamour-bg.jpg") center/cover no-repeat; */
  background-attachment: initial;
  overflow: hidden;
  display: block;
}

.lf-glamoubar::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.25);
}

.lfg-content-wrapper {
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  border-radius: 40px;
  display: block;
  position: relative;
  z-index: 2;
}

.lfg-content-wrapper h2, 
.lfg-content-wrapper p {
 color: #fff;
}
@media only screen and (min-width: 992px) {
  .lf-glamoubar {
    background-attachment: fixed;
  }
}
@media (max-width: 480px) {
  .lfg-content-wrapper {
    max-width: 100%;
    padding: 25px;
  }
}
