@media screen and (max-width:911px) {
    .start{
        flex-wrap: wrap;
        height: auto;
    }
    .tekst{
        width: 100%;
        margin: 10% 2%;
    }
    .karuzela{
        width: 95%;
        margin: auto;
    }
    .carousel-cell{
        height: 400px;
        width: 50%;
    }
    .flickity-page-dots{
        display: inherit;
    }
    .kontenerflex {
        width: 100%;
        overflow: scroll;
    }
    .ofer{
        width: 80%;
        margin: auto;
    }
    img.ofert-zdj{
        width: 100%;
        height: 250px;
    }
   .oferta-kontener {
        margin-top: 0px;
        flex-wrap: wrap;
    }
  
    .oferta-kontener {
        margin-top: 0px;
        width: 100%;
    }
    img.ofert-zdj {

        -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.0); 
      box-shadow: 0px 0px 23px 0px rgba(0,0,0,0);

      }
      .oferta{
        margin-bottom: 50px;
      }
      .specj{
        flex-wrap: wrap-reverse;

      }
      .galeria{
        width: 100%;
        height: 400px;
      }
      .spec-tekst{
        width: 100%;
      }
      .kontakt{
        flex-wrap: wrap;
      }
      .rekst{
        width: 100%;
        margin-top: 50px;
      }
      .form{
        width: 100%;
        margin-top: 50px;
      }
      .przerywnik{
        background-attachment: inherit !important;
      }
      .logos {
        width: 60vw;
    }
    .tytul-karuzela{
      left: 10px;
    }
    .flex{
      flex-direction: column;
    }
    .flex img {
      height: 50px;
      margin: 20px 20px;
      object-fit: contain;
  }
}