﻿.lightbox{
    position:absolute;
    top:0;
    left:5%;
    width:90%;
    max-height:90%;     
    text-align: center;
    display:none;      
    z-index: 9001;
}    
.lightbox-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    display: none;
    background: rgba(0,0,0,0.8);
}
.lightbox a.small{                
    display:none;
}

body.open-lightbox .lightbox{    
    display:block;
}   
body.open-lightbox .lightbox-cover{    
    display:block;
}

.vm, .vm-fix{
    display:inline-block;
    vertical-align:middle;
}
.vm-fix {
    height: 100%;
    visibility: hidden;
    width: 0;
    margin-right: -.25em;
}


.lightbox-frame {
    width:100%;
    height:100%;
}      
.lightbox-frame a{
    max-width: 90%;
    max-height: 90%;
}      
.lightbox-frame img{
    max-width:100%;
    max-height:100%;
}

.lightbox-fwrap {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative
}

.lightbox-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background: url(../images/icon-popupclose.png) center center no-repeat;
    width: 34px;
    height: 34px
}


@media screen and (max-width: 960px) {
            
    .lightbox a.big{                
        display:none;
    }            

    .lightbox a.small{                
        display:inline-block;
    }
}