.ImageCategory {
        background: #fff none repeat scroll 0 0;
        margin: 0;
        margin-bottom: 10px;
        padding: 3px;
        border: 1px solid #eaeaea;
}
.ImageCategory .title {
      margin-bottom: 10px;
      border-bottom: 1px solid #dc3545;
      width: 100%;
      background: #e74c3c;
      padding: 3px 0;
      border-radius: 5px;
      text-align: center;
}
.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: #ffffff;
    font: bold 11pt/35px arial;
    padding: 0px 8px;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 15px;
}
.ImageCategory img {
        display: block !important;
        height: 170px;
        width: 100%;
        margin-bottom: 5px;
        /* 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: 10px 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: #e74c3c;
        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%;
        }
}
