.ImageCategory {
        background: #fff none repeat scroll 0 0;
        margin: 0;
        margin-bottom: 10px;
        /* border: 1px solid #ddd; */
}
.ImageCategory .title {
        text-align: left;
        padding: 20px;
        background: #0f6907;
        position: relative;
}
.ImageCategory .title:before{
        content: '';
        position: absolute;
        background: url(images/folder-icon.png) center center no-repeat;
        height: 55px;
        width: 55px;
        top: 5px;
        left: 10px;
        background-size: contain;
}
.ImageCategory .title .more{
        margin: auto;
        display: block !important;
        width: 100px;
        text-align: center;
        padding: 0 10px;
        color: #6c757d;
        font-size: 13px;
        position: absolute;
        top: 12px;
        text-decoration: none;
        right: 0;
}
.ImageCategory .title span {
        color: white;
        font-size: 18px;
        margin-left: 68px;
        padding-top: 8px;
        text-transform: uppercase;
        font-weight: 600;
}
.ImageCategory img {
        display: block !important;
        height: 220px;
        margin-bottom: 10px;
        width: 100%;
        object-fit: cover;
}
.ImageCategory .LibraryItem > a:hover {
        color: #e44123;
}
.ImageCategory .LibraryItem > a {
        /* font: bold 13px arial; */
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        padding: 15px;
}
.ImageCategory .LibraryList {
        /* background: #f8f8f8 none repeat scroll 0 0; */
        /* border: 1px solid #ddd; */
        padding: 0;
        text-align: center;
        border-top: 0;
}
.ImageCategory .LibraryCategoryPager {
        cursor: pointer;
        margin: 0;
        text-align: center;
        padding-bottom: 10px;
}
.ImageCategory .LibraryCategoryPager>span>a,
.ImageCategory .LibraryCategoryPager>span>span{
        width: 25px;
        height: 25px;
        display: inline-flex;
        background: #ccc;
        margin: 0;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        text-decoration: none;
        color: #343a40;
}
.ImageCategory .LibraryCategoryPager>span{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
}
.ImageCategory .LibraryCategoryPager>span>span{
        background: #009ee3;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
}
@media only screen and (max-width: 768px){
        div.ImageCategory {
                padding: 0;
                margin: 0 5px;
                margin-bottom: 10px;
                width: calc(100% - 10px);
        }
        div.ImageCategory img {
                height: 60vw;
        }
        .ImageCategory .LibraryItem > a {
                margin-bottom: 10px;
                display: inline-block;
                width: 100%;
        }
}
