#esch-2022-global-anchor{
    position: fixed;
    background-image: url("logo_e22.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 75px;
    height: 71px;
    display: block;
    line-height: 0;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.27);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.27);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.27);
}

#esch-2022-global-anchor.align_left {
    left: 0;
    right: auto;
}
#esch-2022-global-anchor.align_right {
    left: auto;
    right: 0;
}