.ieg-gallery-iframe-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ieg-gallery-iframe-overlay img {
    height: 120px !important;
    width: 120px !important;
}

.ieg-bb-overlay.video-overlay .iframe-content {
    background-color: rgba(0, 0, 0, 0.97);
    padding: 1px;
    width: 90vw;
    position: relative;
    margin: 0 auto;
}

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