.ImageCategory .title {
        background: #13439b;
        /*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 );*/
        margin: 0;
        color: #ffffff;
        font-size: 14px;
        height: 30px;
        text-align: left;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 30px;
        padding-top: 1px;
        padding-left: 8px;
}
.ImageCategory {
        position: relative;
}
.ImageCategory img {
        display: block;
        height: 180px;
        margin-bottom: 10px;
        --width: 90%;
        object-fit: cover;
}
.ImageCategory div.LibraryItem {
        margin: 0;
        padding-top: 10px;
}
.ImageCategory .LibraryItem > a:hover {
        color: #b7091c;
}
.ImageCategory .LibraryItem > a {
        display: inline-block;
        font: 13px arial;
        width: 100%;
        padding-bottom: 10px;
        background: var(--bs-gray-200);
        font-weight: 600;
        color: #13439b;
}
.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;
}
