.ImageCategory {
        margin: 0;
        padding-top: 0;
        margin-bottom: 5px;
}
.ImageCategory .title {
        height: 37px;
        border-bottom: 2px solid #d80001;
}
.ImageCategory .title span {
        line-height: 37px;
        background-color: #d80001;
        height: 37px;
        display: inline-block;
        padding: 0 1rem;
        color: #FFF;
        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;
}
.ImageCategory img {
        display: block;
        margin-bottom: 10px;
        width: 100%;
        /* height: 489px; */
        object-fit: cover;
        height: 150px;
}
.ImageCategory .LibraryItem > a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3;
        color: #d80001;
        display: inline-block;
        padding-bottom: 10px;
        background: whitesmoke;
        width: 100%;
}
.ImageCategory .LibraryList {
        padding: 0;
        text-align: center;
        margin-top: 10px;
}
.ImageCategory .LibraryList>table{
        table-layout: fixed;
}
.ImageCategory .LibraryItem>div{
        width: 100%;
        font-size: 13px;
}
.ImageCategory .LibraryCategoryPager {
        cursor: pointer;
        text-align: right;
        padding: 10px;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
        cursor: pointer;
        font: bold 14px arial;
        padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager .PageLink {
        font: 12px arial;
        padding: 0 2px;
}
td.LibraryItem {
        padding: 5px;
        background: whitesmoke;
        border: 10px solid white;
        width: calc(100%/4);
}
@media only screen and (max-width: 768px){
        .ImageCategory .LibraryItem {
                width: 100%;
                margin: 0;
                padding: 0px;
                margin-bottom: 10px !important;
        }
        div.LibraryList td.LibraryItem {
                padding: 0;
                border: none;
                width: 100% !important;
                height: 50vw;
        }
        div.ImageCategory {
                padding: 0 10px;
        }
}
