.logo-img {
    width: 200px;
    height: auto;
    /* maintain aspect ratio */
    max-height: 60px;
    object-fit: contain;
}