.lg-toolbar, .lg-prev, .lg-next, .lg-pager-outer, .lg-hide-sub-html .lg-sub-html {
    opacity: 1 !important;
}

.lg-outer .lg-object {
    max-width: 75%;
}
.lg-download{
    display: none;
}
.lg-backdrop.in {
    opacity: 0.7;
}
.lg-toolbar .lg-icon {
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 59px;
    height: 70px;
    line-height: 49px;
    padding: 10px 0;
    text-align: center;
    width: 70px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: none;
    border: none;
    box-shadow: none;
    opacity: 1 !important;
    margin-top: 15px;
    margin-right: 15px;
    background: rgba(0, 0, 0, 0.8);
}
.lg-next, .lg-prev {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 70px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1084;
    outline: none;
    border: none;
}
#lg-counter{
    display: none;
}


@media (max-width: 480px) {

    .lg-toolbar .lg-icon {
        color: #ffffff;
        cursor: pointer;
        float: right;
        font-size: 35px;
        height: 40px;
        line-height: 20px;
        padding: 10px 0;
        text-align: center;
        width: 40px;
        text-decoration: none !important;
        outline: medium none;
        will-change: color;
        -webkit-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
        background: none;
        border: none;
        box-shadow: none;
        opacity: 1 !important;
        margin-top: 15px;
        margin-right: 15px;
        background: rgba(0, 0, 0, 0.8);
    }

    .lg-next, .lg-prev {
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 2px;
        color: #ffffff;
        cursor: pointer;
        display: block;
        font-size: 26px;
        margin-top: -10px;
        padding: 8px 10px 9px;
        position: absolute;
        top: 50%;
        z-index: 1084;
        outline: none;
        border: none;
    }

}
