.bg-class {
    background-image: url({{active_item.highlight_section.file_path}});
    background-size: cover;
    position: relative;
    padding: 0px;
    z-index: -1;
  
  }
  .bg-color {
    background-color: rgb(0, 0, 0);
    background-size: cover;
    min-height: 100vh;
    position: relative;
    padding: 0px;
    opacity: 0.7;
    z-index: 0;
  }
  
  .bg-background-content {
      position: relative;
      z-index: 1;
    }
  
  .bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  }