.logo {
    width: 110px !important;
    height: 110px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* Mobile - zmniejszone logo */
@media (max-width: 991px) {
    .logo {
        width: 50px !important;
        height: 50px !important;
    }

    .logo img {
        width: 100% !important;
        height: 100% !important;
    }
}
