.blueimp-gallery>.indicator>li {
    background-size: cover;
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev,
.blueimp-gallery>.close,
.blueimp-gallery>.title,
.blueimp-gallery>.indicator {
    display: block;
}

.blueImpGallery #links a {
    display: inline-block;
    text-align: center;
    width: 150px;
    margin-right: 10px;
}

.blueImpGallery #links a img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

@media (max-width:478px) {
    .blueImpGallery #links a {
        width: 45%;
    }
}