.ImageCategory {
        /* background: whitesmoke none repeat scroll 0 0; */
        margin: 0;
        padding-top: 0;
        margin-bottom: 30px;
        /* border-top: 5px solid #d80001; */
}
.ImageCategory .title {
        /* background: white; */
        height: auto;
        padding: 0 10px;
        margin-bottom: 10px;
        text-align: center;
}
.ImageCategory .title span {
        text-align: center;
        font-size: 18px;
        position: relative;
        color: #ff2f00;
        text-transform: uppercase;
        padding: 10px 0;
        margin: 0;
        font-weight: 700;
        display: inline-block;
}
/*
.ImageCategory .title span:after{
content: '';
width: 50px;
height: 3px;
display: inline-block;
background: #d80001;
position: absolute;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
}
*/
.ImageCategory img {
        display: block;
        width: 95%;
        height: 180px;
        object-fit: cover;
        margin: auto;
        margin-bottom: 10px;
}
.ImageCategory .LibraryItem > a:hover {
        color: #e44123;
}
.ImageCategory .LibraryItem > a {
        text-decoration: none;
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        display: inline-block;
        margin-top: 0;
        width: 95%;
}
.ImageCategory .LibraryList {
        /* background: white; */
        /* border: 1px solid #ddd; */
        padding: 0 10px;
        text-align: center;
        margin-top: 10px;
}
.ImageCategory .LibraryList>table{
        table-layout: fixed;
}
.ImageCategory .LibraryItem>div{
        width: 100%;
        font-size: 13px;
        /* padding-left: 15px; */
}
.ImageCategory tr>.LibraryItem:nth-child(1)>div{
        /* padding-left: 0; */
}
.ImageCategory .LibraryCategoryPager {
        cursor: pointer;
        /* margin: 10px; */
        text-align: center;
        padding: 0 10px;
        margin-top: 5px;
}
.ImageCategory .LibraryCategoryPager>span{
        display: flex;
        justify-content: center;
}
.ImageCategory .LibraryCategoryPager>span span,
.ImageCategory .LibraryCategoryPager>span a{
        color: #fff;
        background: #ff720a;
        width: 25px;
        height: 25px;
        border-radius: 5px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
}
.ImageCategory .LibraryCategoryPager>span a{
        background: whitesmoke;
        color: #333;
}
.ImageCategory  td.LibraryItem {
        width: calc(100%/4);
}
@media only screen and (max-width: 768px){
        .ImageCategory .LibraryItem {
                width: 100%;
                margin: 0;
                padding: 0px;
                margin-bottom: 10px !important;
        }
        .ImageCategory img {
                min-height: 45vw;
                max-height: 45vw;
        }
        div.ImageCategory .LibraryList {
                padding: 0;
        }
        .ImageCategory .LibraryItem > a {
                width: 100%;
        }
}
