twin-dynamic-header-logo {
    .dbi-header-logo.db-mobile {
        .logo {
            margin-right: 10px;

            img {
                max-width: 120rem;
                max-height: 40rem;
            }
        }
    }

    .dbi-header-logo.db-desktop {
        .logo {
            margin-right: 40px;

            img {
                max-width: 220rem;
                max-height: 50rem;
            }
        }
    }
}
