/* Breadcrumbs */
#breadcrumb {
  background-image: url("/images/hero-banner-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
    /* Lazy loading via pseudo-element */
  background-attachment: fixed;
  will-change: transform;
}

/* Contact page */
#map-container {
  overflow: hidden;
}

@media (max-width: 768px) {
    #breadcrumb > div {
        width: 100%;
    }
    
    #breadcrumb h3 {
        font-size: 1.3rem !important;
    }
    
    #breadcrumb a {
        font-size: 1.2rem !important;
    }
    #breadcrumb span {
        font-size: 1.2rem !important;
    }
}

