.ImageCategory {
        margin: 0 0 10px 0;
        position: relative;
        background: #fff;
}
.ImageCategory .title {
        /* background: rgb(233 236 239) url(images/album.png) no-repeat scroll left bottom; */
        border-radius: 0;
        color: #fff;
        height: 35px;
        /* padding-left: 10px; */
        /* position: absolute; */
        text-transform: uppercase;
        /* top: -12px; */
        width: 100%;
        background: rgb(233 236 239);
        display: inline-block;
        border: 1px solid #ddd;
        border-bottom: 0;
}
.ImageCategory .LibraryItem > a:hover {
        color: #005f9d;
}
.ImageCategory .LibraryItem > a {
        padding-bottom: 10px;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #212529;
        width: 100%;
        text-decoration: none;
}
.ImageCategory .LibraryItem > a>img{
        margin-bottom: 10px;
        height: 150px;
        display: block;
        object-fit: cover;
border: 1px solid #ddd;}
.ImageCategory .LibraryList {
        background: #fff none repeat scroll 0 0;
        border-radius: 0;
        padding: 10px;
        text-align: center;
        min-height: 150px;
        border: 1px solid #ddd;
}
.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: 13px;
margin-top: 4px;}
.ImageCategory .LibraryCategoryPager .CurrentPage {
        color: #fff;
        background: #015e9c;
        font-size: 12px;
}
.ImageCategory .title>span{
        background: #0261af;
        line-height: 35px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
}
.ImageCategory .title>span:after {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 18px solid transparent;
        border-top: 17px solid transparent;
        border-left: 17px solid #0261af;
        content: "";
        position: absolute;
        right: -17px;
        top: 0;
}
@media only screen and (max-width: 768px){
        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;
        }
}
