@media(max-width:911px ){
    .primarycontent{
        overflow: hidden;
        text-align: center;
    }
    .menu .logo img  {
        z-index: 99;
    }
    ul.menu-ul {
        z-index: 98;
    }
    h2{
        text-align: center;
    }
    p{
        text-align: center;
    }
    table {
        border-collapse: collapse;
        margin-top: 20px;
        width: 550px;
    }
    .baner {
        flex-direction: column;
        height: 85vh !important;
        padding-bottom: 5vh !important;
        justify-content: center;
        align-items: center;
    }
    .baner .tekst {
        width: 95% !important;
        margin-bottom: 5vh;
        text-align: center;
        height: 50%;
        padding: 0px !important;
    }
    .baner .tekst .kreska{
        margin: auto;
        width: 35%;
    }
    .baner .zdjecia{
        width: 100%;
        height: 50%;
        padding: 0% !important;
    }
    .baner .kropla img{
        height: 100%;
    }
    .baner .kropla {
        width: 85px !important;
        height: 85px !important;
    }
    .baner .zdjecia .tlo {
        bottom: 0% !important;
        right: 5% !important;
    }
    .baner .zdjecia .zdj {
        width: 85% !important;
        height: 95% !important;
        margin-left: 5%;
    }
    .baner .przycisk{
        font-size: 12px !important;
    }
    .baner .przycisk i {
        font-size: 12px !important;
    }
    .baner p{
        font-size: 14px !important;
        margin-top: 2vh !important;
    }
    .baner .tekst .kreska {
        height: 1vh;
    }
    .baner .tekst h2 {
        margin: 2vh 0px !important;
    }
    .stopka_sekcja {
        width: 100% !important;
    }
    footer.stopka {
        flex-direction: column !important;
    }
    .regroup {
        overflow: scroll;
    }
    
}