/*media: all and (min-width: 540px*/


.logo-mobile {
    display: none;
    margin-left: 10px;
}

.logo-desktop {
    display: block;
}

