{% comment %}feedback-somebug{% endcomment %}
{% comment %}breadcrumb{% endcomment %}
.breadcrumb.breadcrumb-background{
  height: 417px;  
  position: relative;
}

.breadcrumb.breadcrumb-background:before{
  content: "";
  position: absolute;      
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
} 
.breadcrumb.breadcrumb-background .grid-container{
  position: relative;
}
@media screen and (max-width: 1260px){
  .breadcrumb.breadcrumb-background{
    height: 200px; 
  }
}
@media screen and (max-width: 800px){
  .breadcrumb.breadcrumb-background{
    height: 150px; 
  }
}