@media (max-width: 1200px) {
    .kontakt {
        background: none;
    }
}

@media (max-width: 1100px) {
    #up_logo {
        width: 500px;
        height: 106px;
        background-image: url('../images/logo1.png');
    }
    
    .fajka {
        font-size: 52px;
        top: 14px;
    }
    
    h4 {
        font-size: 26px;
    }
    
    .wide {
        height: 850px;
    }
}

@media (max-width: 700px) {
    #up_logo {
        width: 300px;
        height: 64px;
        background-image: url('../images/logo2.png');
    }
    
    .fajka {
        font-size: 33px;
        top: 9px;
    }
    
    h4 {
        font-size: 17px;
    }
    
    .wide {
        height: 500px;
    }
    
    h2 {
        font-size: 35px;
    }
}

@media (max-width: 450px) {
    .brand-logo {
        width: 150px;
        height: 25px;
        background-image: url('../images/small_logo_xs.png');
        background-repeat: no-repeat;
        margin-top: 16px;
    }
}


