BOOM! Thanks a ton! I ended up with this and it worked fine:
@media (max-width: 991px)
{.site-header .logo img {
height: 50px;
width: 100% !important;
}
.sticky-header .site-header .logo img {
width: 100% !important;
}
}
Tried that with no luck 🙁
@media (max-width: 991px)
{.site-header .logo img {
max-height: 50px;
height: 50px;
max-width: 131px;
width: 100% !important;
}
}