@media only screen and (max-width: 768px) {
    .title-height-auto{
        min-height: 170px;
    }
}

@media only screen and (min-width: 992px) {
    .title-height-auto{
        min-height: 280px;
    }
}

.navbar-brand img {
    width: auto !important;
    max-height: 6rem !important;
}