.album-lightbox {
    position: fixed;
    height: 100%;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.902;
    z-index: 4;
    /* overflow-y: scroll; */
}
.album-lightbox-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    left: calc(50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 11;
    position: fixed;
    max-width: 80%;
}
.lightboxWrap a.close {
    position: absolute;
    right: -50px;
    top: 20px;
    /* color: #fff; */
    /* font-size: 19px; */
    /* font-weight: 400; */
    /* font-family: 'Helvetica LT W01 Bold'; */
    /* background: #000; */
    display: block;
    /* height: 24px; */
    width: 3%;
    /* line-height: 24px; */
    /* padding: 6px; */
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.album-lightbox-image {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
img {
    max-width: 100%;
    height: auto;
}
.extlink {
    margin-top: 9%;
}
.extlink:hover,.lightboxWrap a.close:hover  {
    opacity: 0.5;
    transition: ease all 2s;
}
.lightboxWrap {position: fixed;z-index: 9999999;}

/*body {
    overflow: hidden;
}*/
body.LBhide {
    overflow-y: scroll;
}
@media only screen and (max-width:1024px){
    .lightboxWrap a.close {
        right: -5px;
        top: -40px;
        width: 5%;
    }
    
    .album-lightbox-wrapper {
        max-width: 75%;
    }
}
@media only screen and (max-width:767px) and (orientation:landscape){
    .lightboxWrap a.close {
        top: 0;
        width: 3%;
    }
}
@media only screen and (max-width:767px) and (orientation:portrait){
    .album-lightbox-image {
        flex-direction: column-reverse;
        max-width: 88%;
    }
    
    .rightWrapper {
        padding-bottom: 10%;
    }
    .lightboxWrap a.close {
        top: 0px;
    }
}
@media only screen and (min-width:1900px){
    .lightboxWrap a.close {
        top: -10px;
    }
}
@media only screen and (max-width:320px){
    .album-lightbox-wrapper {
        max-width: 65%;
    }
}