#fs-wrap{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 1000;
}

#fs-bg{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #383838;
    opacity: .5;
}

#fs-gallery{
    position: relative;
    width: 95%;
    height: 95%;
    background: #fff;
    margin-top:1%;
    margin: 1% auto 0 auto
}
#fs-close {
    border-radius: 0 0 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    /* padding: 3px; */
    text-align: center;
    background: #aa1b14;
    width: 50px;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fs-close img{
    height: 20px
}

#fs-lg-imgs.slick-slider,#fs-thumbs.slick-slider{
    text-align: center;
    margin-bottom: 0;
}


#fs-lg-imgs .slick-list,#fs-lg-imgs .slick-track{
    height: 100%;
}

#fs-lg-imgs .slick-list{
    padding: 0;
}

#fs-lg-imgs .slick-slide{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fs-lg-imgs div:focus,#fs-lg-imgs img:focus {
    outline: none;
}

#fs-lg-imgs img{
    display: inline;
    max-height: 100%;
    max-width: 100%;
    
}
#fs-lg-imgs img.zoomable{
    cursor: zoom-in;
}
#fs-lg-imgs img.zoomable.zoomed{
    max-height: none;
    max-width: none;
    cursor: zoom-out;
}

#fs-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.fs-arrows {
    width: 50px;
    background: #ccc;
    justify-content: center;
    align-items: center;
    height: 150px;
    display: flex;
    position: absolute;
    opacity: .7;
}
.fs-arrows:hover{
    opacity: 1;
}
#fs-arrow-left{
    left:0;
}

#fs-arrow-right{
    right:0;
}

#fs-slide-counter {
    height: 40px;
    background: #daeeff;
    position: absolute;
    top:0;
    width:100px;
    opacity: .7;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fs-lg-imgs {
    height: 99%;
    width: 100%;
    box-sizing: border-box;
    
}
#fs-lg-imgs:not(.slick-slider){
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:600px){
    .fs-arrows{
        bottom:15%;
        width:75px;
        height: 60px;
    }
}