@media all and (max-height: 768px){
    #menu-assortiment {
        margin-top: -110px;
    }
    #menu-assortiment a{
        line-height: 60px;
        height: 60px;

    }
    .side-text{

    }
    #logo{
        margin-top: 30px;
        transform: scale(.7);
        transform-origin: 50% 0;
    }
}
