.danezfb-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 100001;
}

.danezfb-inner {
}

.danezfb-title {
    position: fixed;
    align-items: flex-end;
    z-index: 100004;
    display: none;
}
.danezfb-title-inner {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.danezfb-close, .danezfb-left img, .danezfb-right img {
    height: 40px;
    width: 40px;
}
.danezfb-buttons {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100005;
}
.danezfb-close, .danezfb-left, .danezfb-right {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border: 1px solid #aaaaaa;
}
.danezfb-close {
    z-index: 100006;
    position: fixed;
    top: 70px;
    right: 35px;
}
.danezfb-left {
    top: auto;
    bottom: auto;
    left: 60px;
    right: auto;
}
.danezfb-left {
    top: auto;
    bottom: auto;
    right: 60px;
    left: auto;
}

.danezfb-image {
    z-index: 100002;
    background-attachment: scroll;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.danezfb-nextimage {
    z-index: 100003;
    position: fixed;
    background-attachment: scroll;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
