.ImageCategory {
        background: #fff none repeat scroll 0 0;
        margin: 0 0 8px;
        position: relative;
}
.ImageCategory .title {
        background: #c70d0c;
        /* border-radius: 3px 3px 0 0; */
        height: 32px;
}
.ImageCategory .title span{
        line-height: 32px;
        padding-left: 15px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        font-size: 14px;
}
.ImageCategory img {
        display: block;
        height: 150px;
        margin-bottom: 5px;
        width: 95%;
        object-fit: cover;
}
.ImageCategory .LibraryItem > a:hover {
        color: #620101;
}
.ImageCategory .LibraryItem > a {
        padding-bottom: 10px;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #212529;
        width: 100%;
        text-decoration: none;
}
.ImageCategory .LibraryList {
        background: #efefef none repeat scroll 0 0;
        border-radius: 5px;
        padding: 7px 0 0;
        text-align: center;
        min-height: 150px;
}
.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;
}
@media only screen and (max-width: 768px){
        div.ImageCategory {
                padding: 0 10px;
        }
        div.ImageCategory .LibraryList {
                padding-top: 0;
        }
}
