/* --- FRIESER LIGHTBOX --- */
#frieserlightbox {
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#flbwrapper {
    width: 66.6%;
    height: auto;
    max-width: 1280px;
    max-height: 800px;
    max-height: 80%;
    position: relative;
}

#frieserlboxcontent {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

#frieserclose {
    position: absolute;
    top: -16px;
    right: -16px;
}