.ImageCategory {
        background: #fff none repeat scroll 0 0;
        margin: 0;
        margin: 10px 0;
        /* border: 1px solid #ddd; */
}
.ImageCategory .title {
        background: #e7e7e7;
        height: 30px;
}
.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: #094d79;
        display: inline-block;
        line-height: 30px;
        padding: 0 0 0 10px;
        white-space: nowrap;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 13px;
}
}
.ImageCategory img {
        display: block !important;
        height: 231px;
        margin-bottom: 5px;
        width: 100%;
        object-fit: cover;
}
.ImageCategory .LibraryItem > a:hover {
        color: #e44123;
}
.ImageCategory .LibraryItem > a {
        /* font: bold 13px arial; */
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        padding: 0;
}
.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: #094d79;
        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);*/
                width: 100vw;
        }
        div.ImageCategory img {
                height: 60vw;
        }
        .ImageCategory .LibraryItem > a {
                margin-bottom: 10px;
                display: inline-block;
                width: 100%;
        }
}
