/* In assets/css/logo.css */
.logo-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.logo-image img {
    max-height: 100px;
    max-width: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
}