@media (min-width: 320px) and (max-width: 480px) {
    
    .top-bar .logo.logo-wide {
        bottom: 3px;
        margin-bottom: 22px;
        top: -4em;
    }
    
    .tool-container.tool-top.toolbar-primary.animate-standard {
        position: fixed !important;
        top: 6.7em !important;
    }
}


@media (min-width: 768px) and (max-width: 834px) {
    
        .top-bar .logo.logo-wide {
        bottom: 10px;
        margin-bottom: 22px;
        top: 4.5em;
    }
}


@media (min-width: 1600px) and (max-width: 2000px) {
    
    
    .logo.logo-wide {
    max-width: 140px;
    bottom: 12px;
    margin-bottom: -6px;
    width: 280px;
}

    div#glt-translate-trigger {
        position: absolute;
        top: 6em;
        left: 60em;
    }
    
    .tool-container.tool-top.toolbar-primary.animate-standard {
    position: fixed !important;
    top: 5.5em !important;
}
    
}

@media (min-width: 2100px) {
    
    
    .logo.logo-wide {
    max-width: 140px;
    bottom: 12px;
    margin-bottom: -6px;
    width: 280px;
}

    div#glt-translate-trigger {
        position: absolute;
        top: 6em;
        left: 60em;
    }
    
    
    
}