
.revito_visibility {
    display: block !important;
}

.fullPage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(0,0,0,0.7);
    cursor: cell;
}

.fullPageInDiv{
    max-width: 750px;
    height: 90%;

    line-height: 0;
}

.fullPageInDiv img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}