
.galleryW {
    padding: 80px 0px;
    z-index: 10000;
}

img {
    max-width: 100%;

    cursor: pointer;
}

.galleryW img {
    background: #fff;
    padding: 15px;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.gallery-item:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);

}

#gallery-popup .modal-img {
    width: 100%;

}

.modal-backdrop {
    z-index: inherit !important;
}
