.wpjb-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
}
.wpjb-gallery-wrap .wpjb-gallery-link {
    display: flex;
    width: 100px;
    height: 100px;
    margin: 0px 6px 20px 6px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 2px 4px #b9bbbe;
    align-content: center;
    padding: 1px;
    background: whitesmoke;
    text-decoration: none !important;
}

.wpjb-gallery-wrap .wpjb-gallery-text {
    display: flex;
    align-self: center;
    justify-content: center;
    width: 100%;
}

.wpjb-gallery-wrap .wpjb-gallery-img {

    border-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    align-content: center;
    align-items: center;
}

.wpjb-gallery-item-type-image {
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
}

.wpjb-gallery-item-type-image > img {
    object-fit: scale-down;
}

.wpjb-gallery-item-type-video,
.wpjb-gallery-item-type-other {
    display: flex;
    flex-direction: column;;
    align-content: center;
    align-items: center;
}

.wpjb-gallery-item-type-video .wpjb-gallery-item-icon,
.wpjb-gallery-item-type-other .wpjb-gallery-item-icon {
    font-size: 32px
}

.wpjb-gallery-item-type-video .wpjb-gallery-item-text,
.wpjb-gallery-item-type-other .wpjb-gallery-item-text {
    
    color: black;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}