.blueimp-gallery > .prev, .blueimp-gallery > .next {
    width: 0px;
    font-size: 80px;
}
.blueimp-gallery > .next {
    right: 30px;
}
.blueimp-gallery > .prev{
    left: 15px;
}
.blueimp-gallery{
    /*background: #FFFFFF;*/
}
.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    height: 100%;
}
.blueimp-gallery-carousel{
    box-shadow: none !important;
    padding-bottom: 0%;
}
.blueimp-gallery > .slides > .slide > .link-content > img {
    backface-visibility: hidden;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
@media only screen 
and (max-width : 480px) {
    /*hide header @mobile detail*/  
    /*.blueimp-gallery > .slides > .slide > .link-content > img{top:-25%;}*/
}