.ImageCategory {
        margin: 0;
        padding-top: 0;
        margin-bottom: 5px;
}
.ImageCategory .title {
        /* background: white; */
        height: auto;
        padding: 0 10px;
        margin-bottom: 10px;
        display: none;
}
.ImageCategory .title span {
        color: #424242;
        display: inline-block;
        white-space: nowrap;
        font-size: 14px;
        font-weight: bold;
        line-height: 28px;
        text-align: left;
        width: 100%;
        padding: 5px 10px 0 0px;
        position: relative;
        /* border-bottom: 2px solid #1d446b; */
        text-transform: uppercase;
}
.ImageCategory img {
        display: block;
        margin-bottom: 15px;
        width: 100%;
        height: 215px;
        object-fit: cover;
        object-position: center;
}
.ImageCategory .LibraryItem > a {
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        color: #0067b2;
        display: inline-block;
        padding-bottom: 10px;
        /* background: #0b60a414; */
        width: 100%;
        font-family: 'Merriweather';
}
.ImageCategory .LibraryList {
        padding: 0;
        text-align: center;
        margin-top: 0;
}
.ImageCategory .LibraryList>table{
        table-layout: fixed;
        margin: 0;
}
.ImageCategory .LibraryItem>div{
        width: 100%;
        font-size: 16px;
        height: 273px;
        padding: 10px;
        border: 1px solid #eceeef;
        border-radius: 5px;
}
.ImageCategory tr>.LibraryItem:nth-child(1)>div{
        /* padding-left: 0; */
}
.ImageCategory .LibraryCategoryPager {
        cursor: pointer;
        /* margin: 10px; */
        text-align: right;
        padding: 10px;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
        cursor: pointer;
        font: bold 14px arial;
        padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager .PageLink {
        font: 12px arial;
        padding: 0 2px;
}
td.LibraryItem {
        /* background: #0b60a414; */
        border: 10px solid white;
        width: 33%;
}
@media only screen and (max-width: 768px){
        .ImageCategory .LibraryItem {
                width: 100%;
                margin: 0;
                padding: 0px;
                margin-bottom: 10px !important;
        }
}
