.ImageCategory .title {
       line-height: 40px;
        /* background-color:  #ed0e18; */
        display: inline-block;
        padding: 0 10px;
        color: #ed0e18;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 600;
        /* font-family: 'Roboto Slab'; */
        text-transform: uppercase;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        position: relative;
}
.ImageCategory .title:before{
            content: '';
        width: 2px;
        height: 20px;
        background: #ed0e18;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
}
.ImageCategory {
        position: relative;
}
.ImageCategory img {
        display: block;
        height: 230px;
        margin-bottom: 5px;
        /* width: 90%; */
        object-fit: cover;
}
.ImageCategory div.LibraryItem {
        margin: 0;
        padding-bottom: 20px;
}
.ImageCategory .LibraryItem > a:hover {
        color: #b7091c;
}
.ImageCategory .LibraryItem > a {
        display: inline-block;
        font: 13px arial;
        width: 100%;
}
.ImageCategory .LibraryList {
        background: #fff none repeat scroll 0 0;
        padding: 0;
        text-align: center;
}
.ImageCategory .LibraryCategoryPager {
        cursor: pointer;
        margin: 10px;
        text-align: right;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
        cursor: pointer;
        font: bold 14px arial;
        padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager .PageLink {
        font: 12px arial;
        padding: 0 2px;
}
/*****image category***********/
.LibraryList div table tbody tr {
        display: flex;
        flex-wrap: wrap;
}
.LibraryItem {
        flex: 1;
        flex-basis: 250px;
}
