.bl__image {
  margin: 50px 0; }
  .bl__image .img_container {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/katapult.site_logo-03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
    position: relative; }
    .bl__image .img_container img {
      width: 100%;
      max-width: 100%;
      min-height: 300px; }
      @media (max-width: 768px) {
        .bl__image .img_container img {
          height: auto;
          min-height: auto; } }
  .bl__image .bijschrift {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    margin-top: 15px; }
