.close-gallery {
    position: absolute;
    right: 0;
    width:30px;
    background-color: rgba(0, 0, 0, 0.9) !important;
}

#galleryModal .modal-backdrop {
    margin-top: 140px
}

.gallery-direction  {
    position: absolute;
    top: 50%;
}

.gallery-next {
    right: 0;
    margin-right: -20px;
}

.gallery-social {
    position: absolute;
    z-index: 99999;
    background-color: #ffffff;
    bottom: 0;
    margin-bottom: 50px;
}

.gallery-social a {
    background-color: #000000;
    width: 30px;
    height: 30px;
    color: #ffffff;
}

.gallery-social a i {
    color: #ffffff;
    margin-top: 7px;
}

@media (max-width: 991px) {
    .modal-backdrop {
        margin-top: 96px
    }
}
