div.com_gallery-category-message {
    margin-bottom: 20px;
}


div.com_gallery-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* or space-around */
}

div.com_gallery-categories a {
    display: inline-block;
    margin-bottom: 25px;
    width: calc(50% - 4px);
    text-decoration: none;
    color: black;
}

@media screen and (min-width: 50em) {
    div.com_gallery-categories a {
        width: calc(25% - 6px);
    }
}

div.com_gallery-categories figure {
    margin: 0;
    overflow: hidden;
}

div.com_gallery-categories figcaption {
    margin-top: 10px;
}

div.com_gallery-categories figcaption + figcaption {
    font-size: 0.8em;
    line-height: 1.0em;
}

div.com_gallery-categories img {
    border: none;
    max-width: 100%;
    height: auto;
    display: block;
    background: #ccc;
    transition: transform .2s ease-in-out;
}

div.com_gallery-categories .p a {
    display: inline;
    font-size: 13px;
    margin: 0;
    text-decoration: underline;
    color: blue;
}

div.com_gallery-categories .p {
    text-align: center;
    font-size: 13px;
    padding-top: 100px;
}

/*
div.com_gallery-picture-cell {
    border: 1px solid #C0C0C0;
    padding: 3px;
    text-align: center;
}

div.com_gallery-picture-cell > div {
    overflow: hidden;
}

div.com_gallery-picture-cell img {
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

div.com_gallery-picture {
    border: 1px solid #C0C0C0;
    padding: 3px;
}

div.com_gallery-picture-nd {
    border: 1px solid #C0C0C0;
    padding: 3px 3px 5px 3px;
}

.com_gallery-picture-caption {
    min-height: 20px;
    padding: 2px;
    line-height: 120%;
    font-size: 100%;
    font-weight: bold;
}

.com_gallery-picture-texts {
    min-height: 20px;
    padding: 2px;
    line-height: 120%;
    font-size: 90%;
    border: 1px solid transparent;
}

.com_gallery-picture-texts-edit {
    clear: left;
    height: 18px;
}

.com_gallery-picture-texts-edit a {
    float: right;
    margin-left: 3px;
    font-size: 8pt;
}

.com_gallery-backnav-top {
    padding-left: 10px;
}

.com_gallery-backnav-bottom {
    margin-top: 15px;
    padding-left: 10px;
}

.com_gallery-category-pagenav {
	vertical-align: middle;
}

.com_gallery-pagenav {
	vertical-align: middle;
}

#com_gallery_floating_gallery {
    margin: 0 10px;
}

#com_gallery_floating_gallery .com_gallery-floating-picture {
    margin: 2px 0 0 2px;
}
*/