.show_image
{
    cursor: zoom-in !important;
}
.no-fullscreen
{
    cursor: Default;
} 
.view_image_body
{
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    opacity: 0.8;
    z-index: 1000;

} 
.view_image
{
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    position: fixed;
    cursor: zoom-out;
    z-index:2000;
} 
.view_image_img
{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 95% !important;
    max-width: 95%  !important;
    cursor: zoom-out;

} 