/* UKRYWANIE MAŁYCH BANERÓW NA TELEFONIE (DO 767px) */
@media only screen and (max-width: 767px) {
    #tptnsubbanner, 
    .tptnsubbanner,
    .tptnbanner-container,
    #tptnbanner,
    .tptnbanner {
        display: none !important;
        height: 0 !important;
        visibility: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* GŁÓWNY slider zostaje widoczny */
    #tptnhomeslider, 
    .tptnhomeslider-container {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
    }
}
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
