.dyn-navbar-logo-height-init {
    height: 112px;
}

.dyn-navbar-logo-props {       
    background-image: url(../imgs/logos/logoHero.png);
    background-size: cover; background-position: center; background-repeat: no-repeat;  
    transition: height 0.3s ease;
}


@media screen and (max-width: 767px) {
    .dyn-navbar-logo-height-init {
        height: 3rem;
    }
} 