.breadcrumbs-block {
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.8rem;
}

.breadcrumbs-block .breadcrumbs-content {
  z-index: 2;
}

.breadcrumbs-block.filter_drk:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  background: rgba(21,21,21,0.6);
}

.breadcrumbs-block.filter_lt:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  background: rgba(255,255,255,0.6);
}

.breadcrumbs-block .video-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}

.breadcrumbs-video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.breadcrumbs-video-foreground,
.breadcrumbs-video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.breadcrumbs-block.txt_lt *{
  color: #ffffff;
}

.breadcrumbs-block.txt_lt a {
  text-decoration: underline;
}

.breadcrumbs-block.txt_drk {
  color: #000000;
}

.breadcrumbs-block.txt_drk a {
  margin-right: 2rem;
}

.breadcrumbs-block .breadcrumbs {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumbs-block .breadcrumbs a {
  margin-right: 2rem;
}


