div#GalleryModal {

    padding: 0;
    /* display: flex !important; */
}
div#GalleryModal .close {
    box-shadow: none;
    opacity: 1;
    font-weight: 500;
}
.cursor {
    cursor: pointer;
}
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
div#GalleryModal .prev, div#GalleryModal .next {
    background: #777;
    color: #fff !important;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
}
