.ImageCategory .title {
        background: #0d5844;
        /*background: -moz-linear-gradient(left, #9b0000 0%, #e24f4f 100%);
        background: -webkit-linear-gradient(left, #9b0000 0%,#E03E3E 100%);
        background: linear-gradient(to right, #9b0000 0%,#E03E3EB 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0000', endColorstr='#e24f4f',GradientType=1 );*/
        height: 30px;
        margin: 0;
        color: #ffffff;
        text-align: left;
        text-transform: uppercase;
        padding-left: 10px;
        height: 35px;
        font-size: 15px;
        line-height: 35px;
        font-weight: 600;
}
.ImageCategory .title span{
            font-size: 15px;
}
.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-size: 15px;
        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;
}
