.admin-bar .mfp-wrap.mfp-ready {
    margin-top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .mfp-wrap.mfp-ready {
        margin-top: 46px;
    }
}

.ieg-bb-overlay.video-overlay {
    background-color: rgba(0, 0, 0, 0.97);
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    z-index: 999992;
    height: 100vh;
    max-height: 100%;
}

.ieg-bb-overlay.video-overlay .video-content iframe {
    width: 100% !important;
}

.ieg-bb-overlay.video-overlay .video-content {
    background-color: rgba(0, 0, 0, 0.97);
    padding: 1px;
    width: 100vh;
    position: relative;
}

.ieg-bb-overlay.video-overlay .video-content iframe {
    width: 100%;
    height: 100%;
    max-height: 90vh;
}

.ieg-bb-btn-close {
    background-color: #000000 !important;
    top: 22px !important;
    position: absolute !important;
    right: 0;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 44px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
    z-index: 99 !important;
    line-height: 1 !important;
    border: none !important;
}

.ieg-image-overlay .ieg-bb-btn-close {
    right: -22px;
}
