/* Override the logo size attributes */
.logo.img-fluid {
    width: auto;     /* Removes the forced width */
    height: auto;    /* Removes the forced height */
    max-width: 450px; /* Set this to your desired maximum width */
}