/* Fix for logo size on mobile */
@media only screen and (max-width: 767px) {
    .main-menu-two__logo img {
        max-width: 100px;
        height: auto;
    }
    
    .mobile-nav__content .logo-box img {
        max-width: 100px;
        height: auto;
    }
}

/* Preloader logo styles */
.preloader__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.preloader__image img {
    max-width: 150px;
    height: auto;
}
