@media screen and (max-width: 911px){
    .sekcja-karuzela {
        flex-direction: column;
        height: auto;
    }


    .tekst {
        width: 90%;
        margin: auto;
        margin-bottom: 30px;
    }

    .karuzela {
        width: 100%;
        height: 300px;
        margin: auto;
    }

    .carousel.flickity-enabled.is-draggable {
        height: 300px;
        width: 100%;
    }

    .carousel-cell {
        display: flex;
        width: 90vw;
        margin: 0px -13px;
        height: 300px;
        align-items: center;
        justify-content: center;
        margin: 0 30px;
    }

    .kategorie {
        flex-direction: column;
        height: auto;
    }

    .glowny {
        height: 200px;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 2%;
    }

    .cztery {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .sklep-kontener {
        width: 90%;
        margin: auto;
    }
    .sklep {
        flex-direction: column;
    }
.bloki {

    width: 100%;
}

}