#walchhofer-lightbox {
    position: fixed;
    right: 0;
    top: 50vh;
    transform: translateY(-50%);
    height: 200px;
    width: auto;
    cursor: pointer;
    z-index: 100;
    display: flex;
}

img.diewalchhofers {
    height: 200px;
    width: auto;
}

#walchhofer-lightbox .textwidget.custom-html-widget {
    display: flex;
}

@media (max-width: 1200px) {
    #walchhofer-lightbox {
        width: 40px;
        height: 40px;
    }
    #walchhofer-lightbox:after {
        content: '';
        width: 40px;
        height: 40px;
        position: absolute;
        background: var(--wpr-bg-d951a50c-8dfe-47f1-a948-7a34dd2f3202);
        background-size: 40px;
        right: 0;
        top: 0;
        z-index: 100;
    }
    img.diewalchhofers {
        width: 0;
        height: 0;
    }
}