/**
* Block Name: bild
*/

section.bild .bild_wrapper {
  position: relative;
}

section.bild .bg_static_cover {
  margin-bottom: 0;
  height: 62vh;
}

section.bild .bild_wrapper .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px;
  background: #808084;
  color: #fff;
}
