
.ImageCategory .title {
      background: #9b0000;
      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;
    font: bold 12px/30px arial;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.ImageCategory {
    position: relative;
}
.ImageCategory img {
    display: block;
    height: 230px;
    margin-bottom: 5px;
    width: 90%;
    object-fit: cover;
}
.ImageCategory div.LibraryItem {
    margin: 0;
    padding: 20px 0;
}
.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;
}
tr#ctrl_191600_58_lsLibrary_ctrl0_itemPlaceholderContainer {
    display: flex;
}
td#ctrl_191600_58_lsLibrary_ctrl0_Td2_0 {
    flex: 1;
}
td#ctrl_191600_58_lsLibrary_ctrl0_Td2_1 {
    flex: 1;
}
/*****image category***********/
.LibraryList div table tbody tr {
    display: flex;
    flex-wrap: wrap;
}

.LibraryItem {
    flex: 1;
    flex-basis: 250px;
}