@media screen and (min-width: 768px) {
    div.navbar-brand {
        background-image: url('imgs/prf/hlavicka_technologicka_platforma_kma_cz_barva.svg');
        width: 225px;
    }
    div.navbar-brand:hover {
        /*background-color: #EB6D25 !important;*/
        background-image: url('imgs/prf/hlavicka_technologicka_platforma_kma_cz_bila.svg');
    }
    div.navbar-brand--en {
        background-image: url('imgs/prf/hlavicka_technologicka_platforma_kma_en_barva.svg') !important;
        width: 235px;
    }
    div.navbar-brand--en:hover {
       background-image: url('imgs/prf/hlavicka_technologicka_platforma_kma_en_bila.svg') !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    div.navbar-brand {
        width: 240px;
    }
    div.navbar-brand--en {
        width: 260px;
    }
}
@media screen and (min-width: 1200px) {
    div.navbar-brand {
        width: 325px;
    }
    div.navbar-brand--en {
        width: 340px;
    }
}