.reveal-overlay {
    text-align: center;
    // position: absolute;
    // width: 100%;
    // height: 100vh;
    // left: 0;
    // top: 0;
    // padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-color: rgba(0, 0, 0, 0.3);  
    cursor: url(../images/ui/cross.svg),url(../images/ui/cross.png),zoom-out ;   
}

.reveal {
    text-align: left;
    border: none;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    overflow-y: auto;

    width: auto;
    height: auto;
    min-height: inherit;
    max-width: 574px;
    margin: 7% auto 0; 
    padding: 40px 40px; 
    @include box-shadow(5px 5px 60px -10px rgba(0,0,0,.15)); 
    cursor: auto;

    @include breakpoint(small only) {
        padding: 30px 30px;
    } 

    &.blog-gallery {
        top: 0 !important;
        @include box-shadow(none);
    } 
}