.hero-wrapper {
      position: relative;
      text-align: center;
      color: #fff;
    }
    .hero-wrapper picture img {
        width: 100%;
        height: auto;
        display: block;
        min-height: 500px;
        object-fit: cover;
    }
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.4);
    }
    .hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
    }

    .hero-content img {
        width: 100px;
        margin-bottom: 10px;
        filter: brightness(16.5);
    }
    .breadcrumb {
      justify-content: center;
      margin-top: 5px;
    }
    .breadcrumb-item + .breadcrumb-item::before {
      color: #fff;
    }
    .breadcrumb-item a {
      color: #fff;
      text-decoration: none;
    }
    .breadcrumb-item.active {
      color: #fbfbfbbf !important;
    }


    .breadcrumb-item+.breadcrumb-item::before {
        color: rgb(255 255 255 / 75%) !important;
    }