/* Breadcrumb with featured image overlay */
.breadcrumb--featured-img {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    height: 100vh !important;
}
.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.breadcrumb--featured-img .breadcrumb__content {
    position: relative;
    z-index: 2;
}
.breadcrumb--featured-img .breadcrumb__title {
    color: white;
}
.breadcrumb--featured-img .breadcrumb__title--lg {
    font-size: 72px;
}
.breadcrumb--featured-img .breadcrumb__title--md {
    font-size: 52px;
}
.breadcrumb--featured-img .breadcrumb__title--sm {
    font-size: 32px;
}