.white-popup {
    left: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
}

#viewer {
    top: 44px;
}

