@media only screen and (min-width: 1025px) {
        .mobile-only {
            display:none !important;
        }
    } 
    @media only screen and (max-width: 1026px) {
        .desktop-only {
            display:none !important;
        }
    }
.licznik{
text-align:center;
color:white;
font-size: 34px;
}


.banner__content { height: 70vh; };

.karuzel{
max-height: 50px;
};