/* Add here all your CSS customizations */

div.logo-fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.logo-fill img {
    flex-shrink: 0;
    max-width: 333px;
    max-height: 333px;
    width: auto;
}
