@media(max-width:1600px) {
    .ponukame {
        display: none;
    }
    .vtl-vidlicka {
        display: none;
    }
}

@media(max-width:992px) {
    #o-co-ide-m {
        display: block;
    }
    #kontakty-mesto-bkg {
        display: none;
    }
    .franchise-box-1,
    .franchise-box-2,
    .franchise-box-3,
    .franchise-box-4 {
        height: 400px;
    }
    .fr-box-top {
        height: 480px;
    }
}

@media(max-width:768px) {
    .franchise-box-1,
    .franchise-box-2,
    .franchise-box-3,
    .franchise-box-4 {
        height: auto;
        padding-bottom: 20px;
    }
    .fr-box-top {
        height: auto;
    }
    .franchise-box-3 {
        background-color: #ffffff;
    }
    .franchise-box-3 h2 {
        color: #04477a;
    }
    .franchise-box-3 p {
        color: #666666;
    }
    .franchise-box-4 {
        background-color: #666666;
    }
    .franchise-box-4 h2 {
        color: #ffffff;
    }
    .franchise-box-4 p {
        color: #ffffff;
    }
}