

.ImageCategory .title {
    color: #fff;
    font: bold 14px/35px arial;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0px 10px 0px 10px;
    width: 100%;
    background: #3d91db;
    height: 35px;
}
.ImageCategory {
        margin: 0 0 10px 0;
        position: relative;
        background: #fff;
}

.ImageCategory .LibraryItem > a:hover {
        color: #005f9d;
}
.ImageCategory .LibraryItem > a {
        padding-bottom: 10px;
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #212529;
        width: 100%;
        text-decoration: none;
}
.ImageCategory .LibraryItem > a>img{
        margin-bottom: 10px;
        width: 100%;
        height: 190px;
        display: block;
        object-fit: cover;
        /* border: 1px solid #ddd; */
}
.ImageCategory .LibraryList {
        background: #f8f9fa none repeat scroll 0 0;
        border-radius: 0;
        padding: 10px 0;
        text-align: center;
        min-height: 200px;
        padding-top: 0;
        margin-top: 10px;
        box-shadow: 0 4px 10px rgb(52 52 52 / 10%);
        border-radius: 8px;
}
.ImageCategory .LibraryCategoryPager {
        cursor: pointer;
        margin: 10px;
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 0;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
        cursor: pointer;
        padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager .PageLink {
        font: 12px arial;
        padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager .PagerButton, 
.ImageCategory .LibraryCategoryPager .CurrentPage, 
.ImageCategory .LibraryCategoryPager .PageLink {
        width: 25px;
        height: 25px;
        display: inline-flex;
        background: #dee2e6;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        margin-top: 4px;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
        color: #fff;
        background: #3d91db;
        font-size: 12px;
}
.ImageCategory .title>span{
      text-transform: uppercase;
      display: inline-block;
      width: 100%;
      background: #3d91db;
      height: 35px;
}
@media only screen and (max-width: 1023px){
        div.ImageCategory {
                padding: 0 10px;
        }
        div.ImageCategory .LibraryList {
                padding-top: 10px;
        }
        div.LibraryList td.LibraryItem {
                width: 100% !important;
        }
        div.LibraryList td.LibraryItem>div {
                padding: 0;
        }
}
