
/* kb make logo bigger*/
@media screen and (min-width: 1024px) {

header .logo img {
    max-height: 250%;
    max-width: 250%;
left: 100%
}

.mainuser.test {
left: 150px;
}
}