@media (max-width:640px){
  ol.breadcrumb .breadcrumb-item{
    display:none;
  }
    
  ol.breadcrumb .breadcrumb-item:first-child, ol.breadcrumb .breadcrumb-item:last-child{
    display:flex;
  }
}

.breadcrumb > .breadcrumb-item:after{
  margin-top: 6px;
}

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item > a{
  font-size: 12px;
}

@media only screen and (min-width: 48rem){
  .page-banner .views-field-field-cover-image:before{
    background: linear-gradient(180deg,rgba(0,0,0,0.55) 3%,rgba(0,0,0,0) 11%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.34) 65%,rgba(0,0,0,0.61) 100%);
  }
  
}