.marketgo-logo {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.yomarket-logo-image {
    display: block;
    width: 120px;
    height: auto;
}

@media (max-width: 768px) {
    .yomarket-logo-image { width: 90px; }
}

@media (max-width: 350px) {
    .yomarket-logo-image { width: 82px; }
}
