/*  increased the logo size on desktop only from 200 to 300 px height 17814200605020   DM */

.header:not(.mobile-menu) .logo img {
    max-height: 280px;
    height: calc(20px + 200px);
}

/*  end */