.ImageCategory {
        background: #fff none repeat scroll 0 0;
        position: relative;
        margin-top: 15px;
        margin-bottom: 10px;
}
.ImageCategory .title {
        /* background: rgba(0, 0, 0, 0) url("images/album.png") no-repeat scroll left bottom; */
        border-radius: 5px 0 0;
        color: #000;
        font: bold 15px/24px arial;
        height: 25px;
        padding-left: 20px;
        position: absolute;
        text-transform: uppercase;
        top: 0;
        width: 100%;
}
.ImageCategory div.LibraryItem {
        text-align: left;
        margin: 20px 0;
}
.ImageCategory img {
        height: 120px;
        margin-bottom: 5px;
        width: 170px;
        object-fit: cover;
}
.ImageCategory .LibraryItem > a:hover {
        color: #004d98;
}
.ImageCategory .LibraryItem > a {
        font: bold 13px arial;
        color: #000;
}
.ImageCategory .LibraryList {
        /* background: #efefef none repeat scroll 0 0; */
        border: 1px solid #d2d2d2;
        border-radius: 5px;
        padding: 25px 0 0 10px;
        text-align: center;
}
.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){
        .ImageCategory .title {
                position: static;
                text-align: left;
                height: 25px !important;
        }

        .ImageCategory .title span{
                align-items: flex-start;
                padding-left: 30px !important;
        }
}
