/**
* Block Name: bild
*/


section.bild {
    position: relative;
    margin: 80px 0;
    text-align: center;
      overflow:hidden;
  }
  
  section.bild img {
    height: auto;
  }
  