/*
Theme Name: ducr
Theme URI: https://hellit.cz
Author: Hellit S.R.O.
Author URI: https://hellit.cz
Description: Custom theme for DUČR
Version: 0.17.5
*/

.ducr_main_logo_img {
    width: auto;
    height: auto;
    max-height: 49px;
}

@media screen and (max-width: 831px) {
    .ducr_main_logo_img {
        max-height: 37px;
    }
}

.gov-header__logo {
    max-width: 200px;
}