.g-previewer-wrapper {

    position: fixed;

    background-color: rgba(12, 12, 12, 0.85);

    width: 0%;

    height: 0%;

    transition: all 0.7s;

    left: 211px;

    top: 256px;

    overflow: hidden;

    z-index: 3000;

    font-family: Verdana, Sans-serif;

}



.g-previewer-close {

    border: 1px solid #111;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #111;
    color: #FFF;
    text-align: center;
    font-size: 24px !important;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.7s ease-in;
}



.g-previewer-close:hover {

    background-color: #222;

    border: 1px solid #222;

}



.g-previewer-wrapper--show{

    width: 100%;

    height: 100%;

    left: 0% !important;

    top: 0% !important;

}



.g-previewer-wrapper--ease-in {

    transition: all 0.7s ease-in;

}



.g-previewer-wrapper--ease-out {

    transition: all 0.7s ease-out;

}



.g-previewer-wrapper--ease-in-out {

    transition: all 0.7s ease-in-out;

}



.g-previewer-wrapper--in-out-back {

    transition: all 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);

}



.g-previewer-wrapper--in-back {

    transition: all 0.7s cubic-bezier(0.6, -0.28, 0.74, 0.05);

}



.g-previewer-wrapper--out-cubic {

    transition: all 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);

}





.g-image-previewer{

    width: 80%;

    height: 80%;

    overflow: hidden;

    display: block;

    margin-left: 10%;

    margin-top: 7%;

    z-index: 4000;

}



@media screen and (max-width: 320px) {

    .g-image-previewer {

        margin-top: 15%;

    }

}



.g-image-previewer--full-screen {

    width: 100% !important;

    height: 100% !important;

    margin: 0px;

}



.g-image-previewer__image {

    height: 100%;

    width: 100%;

    transition: all 0.7s;

}



.g-nav {

    min-width: 40px;

    height: 50px;

    position: absolute;

    top: 50%;

    display: none;

    line-height: 50px;

    text-align: center;

    font-weight: bold;

    text-transform: uppercase;

    background: #111;

    color: #FFF;

    cursor: pointer;

    transition: all 0.7s;

    display: none;

}



.g-nav--show {

    display: block;

}



.g-nav:hover {

    background-color: #222;

}



.g-nav--show {

    display: block;

}



.g-nav--prev {

    left: 0%;

    border-radius: 0px 4px 4px 0px;

    padding-right: 4px;

}



.g-nav--next {

    right: 0%;

    border-radius: 4px 0px 0px 4px;

    padding-left: 4px;

}



.g-paginator-wrapper {

    border-radius: 4px;

    color: #FFF;

    padding: 8px;

    position: absolute;

    max-width: 90%;

    display: block;

}



.g-paginator-wrapper--number {

    border: 1px solid #111;

    background: #111;

}



.g-paginator-wrapper--top-right{

    top: 25px;

    right: 65px;

}



.g-paginator-wrapper--top-left {

    top: 11px;

    left: 20px;

}



.g-paginator-wrapper--bottom-left {

    bottom: 11px;

    left: 20px;

}



.g-paginator-wrapper--bottom-right {

    bottom: 11px;

    right: 20px;

}



.g-paginator-wrapper:first-child {

    display: none;

}



.g-paginator__bullet {

    border: 2px solid #bdbdbd;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin: 0px 5px;
}



.g-paginator__bullet--active {

    background-color: #e4e4e4;

}





.g-paginator__number {

    font-size: 20px;

    font-weight: 500;

}





.g-paginator__number--denominator {

    font-weight: bold;

}



.g-paginator__number--numerator:after {

    content: " / ";

}

