#language_menu {
  display: none;
}

.breadcrumb-section {
  margin-bottom: 0;
}
.breadcrumb>.active {
    color: #000;
}
.breadcrumb-section,
.breadcrumb {
  background-color: #9efeb1;  
}




img.lazyload {
  opacity: 1;  
}

.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}
.elastic-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

